Interface IGetRecentTradesParams

Interface representing the parameters for getting recent trades.

IGetRecentTradesParams

const params: IGetRecentTradesParams = {
symbol: "btcusdt"
};
interface IGetRecentTradesParams {
    symbol: `${string}_IRT` | `${string}_USDT`;
}

Properties

Properties

symbol: `${string}_IRT` | `${string}_USDT`

The symbol for which to get recent trades.