Binance Connector JS
    Preparing search index...

    AllMiniTickerResponseInner

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

    Properties

    Properties

    c?: string

    Close price

    AllMiniTickerResponseInner

    e?: string

    Event type

    AllMiniTickerResponseInner

    E?: number | bigint

    Event time

    AllMiniTickerResponseInner

    h?: string

    High price

    AllMiniTickerResponseInner

    l?: string

    Low price

    AllMiniTickerResponseInner

    o?: string

    Open price

    AllMiniTickerResponseInner

    q?: string

    Total traded quote asset volume

    AllMiniTickerResponseInner

    s?: string

    Symbol

    AllMiniTickerResponseInner

    v?: string

    Total traded base asset volume

    AllMiniTickerResponseInner