Binance Connector JS
    Preparing search index...

    IndividualSymbolMiniTickerStreamResponse

    interface IndividualSymbolMiniTickerStreamResponse {
        c?: string;
        e?: string;
        E?: number | bigint;
        h?: string;
        l?: string;
        o?: string;
        ps?: string;
        q?: string;
        s?: string;
        st?: number;
        v?: string;
    }
    Index

    Properties

    Properties

    c?: string

    Close price

    IndividualSymbolMiniTickerStreamResponse

    e?: string

    Event type

    IndividualSymbolMiniTickerStreamResponse

    E?: number | bigint

    Event time

    IndividualSymbolMiniTickerStreamResponse

    h?: string

    High price

    IndividualSymbolMiniTickerStreamResponse

    l?: string

    Low price

    IndividualSymbolMiniTickerStreamResponse

    o?: string

    Open price

    IndividualSymbolMiniTickerStreamResponse

    ps?: string

    Pair

    IndividualSymbolMiniTickerStreamResponse

    q?: string

    Total traded base asset volume

    IndividualSymbolMiniTickerStreamResponse

    s?: string

    Symbol

    IndividualSymbolMiniTickerStreamResponse

    st?: number

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

    IndividualSymbolMiniTickerStreamResponse

    v?: string

    Total traded volume

    IndividualSymbolMiniTickerStreamResponse