Interface IGetOrderBookParams

Interface representing parameters for getting the order book.

IGetOrderBookParams

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

Properties

Properties

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

The symbol for which to get the order book.