Binance Connector JS
    Preparing search index...

    Request parameters for tickerTradingDay operation in MarketApi. TickerTradingDayRequest

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

    Properties

    id?: string

    Client-generated request identifier.

    MarketApiTickerTradingDay

    symbol?: string

    MarketApiTickerTradingDay

    symbols?: string[]

    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 or all symbols, non-matching ones are simply excluded from the response. Valid values: TRADING, HALT, BREAK

    MarketApiTickerTradingDay

    timeZone?: string

    Default: 0 (UTC)

    MarketApiTickerTradingDay

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

    MarketApiTickerTradingDay