Binance Connector JS
    Preparing search index...

    Request parameters for ticker24hr operation in MarketApi. Ticker24hrRequest

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

    Properties

    symbol?: string

    Either symbol or symbols must be provided

    MarketApiTicker24hr

    symbols?: string[]

    Either symbol or symbols must be provided

    Examples of accepted format for the symbols parameter: ["BTCUSDT","BNBUSDT"] or %5B%22BTCUSDT%22,%22BNBUSDT%22%5D

    The maximum number of symbols allowed in a request is 100.

    MarketApiTicker24hr

    MarketApiTicker24hr

    MarketApiTicker24hr