Binance Connector JS
    Preparing search index...

    ContractInfoStreamResponse

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

    Properties

    Properties

    Bracket list.

    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

    ps?: string

    Pair

    ContractInfoStreamResponse

    s?: string

    Symbol

    ContractInfoStreamResponse

    st?: number

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

    ContractInfoStreamResponse