Binance Connector JS
    Preparing search index...

    AllMiniTickerStreamResponse

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

    Properties

    Properties

    c?: string

    closePrice

    AllMiniTickerStreamResponse

    e?: string

    eventType

    AllMiniTickerStreamResponse

    E?: number | bigint

    eventTime

    AllMiniTickerStreamResponse

    h?: string

    highPrice

    AllMiniTickerStreamResponse

    l?: string

    lowPrice

    AllMiniTickerStreamResponse

    o?: string

    openPrice

    AllMiniTickerStreamResponse

    q?: string

    quoteVolume

    AllMiniTickerStreamResponse

    s?: string

    symbol

    AllMiniTickerStreamResponse

    v?: string

    volume

    AllMiniTickerStreamResponse