Binance Connector JS
    Preparing search index...

    Interface ExchangeInfoResponseSymbolsInner

    ExchangeInfoResponseSymbolsInner

    interface ExchangeInfoResponseSymbolsInner {
        delistingTime?: null | number | bigint;
        extendedSession?: boolean;
        fractionable?: boolean;
        fractionableEh?: boolean;
        listingTime?: number | bigint;
        maxNotional?: string;
        maxNumOrders?: number;
        maxQty?: string;
        minNotional?: string;
        minQty?: string;
        multiplierDown?: string;
        multiplierUp?: string;
        overnightSupported?: boolean;
        stepSize?: string;
        symbol?: string;
        tradability?: string;
        tradabilityUpdateTime?: number | bigint;
    }
    Index

    Properties

    delistingTime?: null | number | bigint

    Scheduled delisting timestamp (ms epoch); null if not scheduled for delisting.

    ExchangeInfoResponseSymbolsInner

    extendedSession?: boolean

    Whether extended-session trading is enabled.

    ExchangeInfoResponseSymbolsInner

    fractionable?: boolean

    Whether fractional shares are supported during the regular session.

    ExchangeInfoResponseSymbolsInner

    fractionableEh?: boolean

    Whether fractional shares are supported during extended hours.

    ExchangeInfoResponseSymbolsInner

    listingTime?: number | bigint

    Listing timestamp (ms epoch).

    ExchangeInfoResponseSymbolsInner

    maxNotional?: string

    Maximum order notional (USD).

    ExchangeInfoResponseSymbolsInner

    maxNumOrders?: number

    Maximum number of open orders a user may have for this symbol.

    ExchangeInfoResponseSymbolsInner

    maxQty?: string

    Maximum allowed quantity.

    ExchangeInfoResponseSymbolsInner

    minNotional?: string

    Minimum order notional (USD).

    ExchangeInfoResponseSymbolsInner

    minQty?: string

    Minimum allowed quantity.

    ExchangeInfoResponseSymbolsInner

    multiplierDown?: string

    Lower price multiplier limit relative to reference.

    ExchangeInfoResponseSymbolsInner

    multiplierUp?: string

    Upper price multiplier limit relative to reference.

    ExchangeInfoResponseSymbolsInner

    overnightSupported?: boolean

    Whether the symbol supports overnight trading.

    ExchangeInfoResponseSymbolsInner

    stepSize?: string

    Lot size — minimum increment for quantity.

    ExchangeInfoResponseSymbolsInner

    symbol?: string

    US-equity ticker, e.g. AAPL.

    ExchangeInfoResponseSymbolsInner

    tradability?: string

    Trading direction allowed — one of BUY_SELL / BUY / SELL / NONE.

    ExchangeInfoResponseSymbolsInner

    tradabilityUpdateTime?: number | bigint

    Last time the tradability value was updated (ms epoch).

    ExchangeInfoResponseSymbolsInner