Binance Connector JS
    Preparing search index...

    Request parameters for ticker24hr operation in MarketApi. Ticker24hrRequest

    interface Ticker24hrRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
        symbolStatus?: SpotWebsocketAPI.Ticker24hrSymbolStatusEnum;
        type?: SpotWebsocketAPI.Ticker24hrTypeEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    MarketApiTicker24hr

    symbol?: string

    MarketApiTicker24hr

    symbols?: string[]

    MarketApiTicker24hr

    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

    MarketApiTicker24hr

    Ticker type. Supported values: FULL (default) or MINI

    MarketApiTicker24hr