Binance Connector JS
    Preparing search index...

    ContractInfoStreamResponse

    interface ContractInfoStreamResponse {
        bks?: DerivativesTradingUsdsFuturesWebsocketStreams.ContractInfoStreamResponseBksInner[];
        cs?: string;
        ct?: string;
        dt?: number | bigint;
        e?: string;
        E?: number | bigint;
        ot?: number | bigint;
        s?: string;
        st?: number;
    }
    Index

    Properties

    Properties

    Notional bracket updates.

    ContractInfoStreamResponse

    cs?: string

    Contract status.

    ContractInfoStreamResponse

    ct?: string

    Contract type.

    ContractInfoStreamResponse

    dt?: number | bigint

    Delivery date time.

    ContractInfoStreamResponse

    e?: string

    Event type.

    ContractInfoStreamResponse

    E?: number | bigint

    Event time.

    ContractInfoStreamResponse

    ot?: number | bigint

    Onboard date time.

    ContractInfoStreamResponse

    s?: string

    Symbol.

    ContractInfoStreamResponse

    st?: number

    (After CM migration) Symbol type: 1 = UM, 2 = CM

    ContractInfoStreamResponse