Binance Connector JS
    Preparing search index...

    TradabilityStreamResponse

    interface TradabilityStreamResponse {
        assetCode?: null | string;
        e?: string;
        symbol?: string;
        t?: number | bigint;
        tradability?: string;
    }
    Index

    Properties

    assetCode?: null | string

    Internal asset code EQ_{symbol}; reference only. May be null for symbols not yet in the symbol dictionary.

    TradabilityStreamResponse

    e?: string

    Event type, always \"tradability\".

    TradabilityStreamResponse

    symbol?: string

    Symbol (UPPERCASE ticker).

    TradabilityStreamResponse

    t?: number | bigint

    Push time (epoch milliseconds UTC).

    TradabilityStreamResponse

    tradability?: string

    The new tradability value. OFFMARKET and DELISTING are protected states — trading-status events will not transition a symbol out of them.

    TradabilityStreamResponse