Interface representing the parameters for getting recent trades.
IGetRecentTradesParams
const params: IGetRecentTradesParams = { symbol: "btcusdt" }; Copy
const params: IGetRecentTradesParams = { symbol: "btcusdt" };
The symbol for which to get recent trades.
Interface representing the parameters for getting recent trades.
IGetRecentTradesParams
See
Example