Interface representing parameters for getting the order book.
IGetOrderBookParams
const params: IGetOrderBookParams = { symbol: "BTC_IRT"}; Copy
const params: IGetOrderBookParams = { symbol: "BTC_IRT"};
The symbol for which to get the order book.
Interface representing parameters for getting the order book.
IGetOrderBookParams
See
Example