Binance Connector JS
    Preparing search index...

    Request parameters for tickerBook operation in MarketApi. TickerBookRequest

    interface TickerBookRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
        symbolStatus?: TickerBookSymbolStatusEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    MarketApiTickerBook

    symbol?: string

    Query ticker for a single symbol

    MarketApiTickerBook

    symbols?: string[]

    Query ticker for multiple symbols

    MarketApiTickerBook

    Filters for symbols that have this tradingStatus. For a single symbol, a status mismatch returns error -1220 SYMBOL_DOES_NOT_MATCH_STATUS. For multiple or all symbols, non-matching ones are simply excluded from the response. Valid values: TRADING, HALT, BREAK

    MarketApiTickerBook