Binance Connector JS
    Preparing search index...

    Request parameters for tickerPrice operation in MarketApi. TickerPriceRequest

    interface TickerPriceRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
        symbolStatus?: SpotWebsocketAPI.TickerPriceSymbolStatusEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    MarketApiTickerPrice

    symbol?: string

    Query price for a single symbol

    MarketApiTickerPrice

    symbols?: string[]

    Query price for multiple symbols

    MarketApiTickerPrice

    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

    MarketApiTickerPrice