Binance Connector JS
    Preparing search index...

    Interface TickerTradingDayRequest

    Request parameters for tickerTradingDay operation in MarketApi. TickerTradingDayRequest

    interface TickerTradingDayRequest {
        symbol?: string;
        symbols?: string[];
        symbolStatus?: SpotRestAPI.TickerTradingDaySymbolStatusEnum;
        timeZone?: string;
        type?: SpotRestAPI.TickerTradingDayTypeEnum;
    }
    Index

    Properties

    symbol?: string

    Either symbol or symbols must be provided.

    MarketApiTickerTradingDay

    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.

    MarketApiTickerTradingDay

    Filters for symbols that have this tradingStatus. For a single symbol, a status mismatch returns error -1220 SYMBOL_DOES_NOT_MATCH_STATUS. For multiple symbols, non-matching ones are simply excluded from the response.

    MarketApiTickerTradingDay

    timeZone?: string

    Default: 0 (UTC)

    MarketApiTickerTradingDay

    MarketApiTickerTradingDay