Binance Connector JS
    Preparing search index...

    Hour24TickerResponse

    interface Hour24TickerResponse {
        c?: string;
        C?: number | bigint;
        e?: string;
        E?: number | bigint;
        F?: number | bigint;
        h?: string;
        l?: string;
        L?: number | bigint;
        n?: number | bigint;
        o?: string;
        O?: number | bigint;
        p?: string;
        P?: string;
        q?: string;
        Q?: string;
        s?: string;
        v?: string;
        w?: string;
    }
    Index

    Properties

    Properties

    c?: string

    Last price

    Hour24TickerResponse

    C?: number | bigint

    Statistics close time

    Hour24TickerResponse

    e?: string

    Event type

    Hour24TickerResponse

    E?: number | bigint

    Event time

    Hour24TickerResponse

    F?: number | bigint

    First trade ID

    Hour24TickerResponse

    h?: string

    High price

    Hour24TickerResponse

    l?: string

    Low price

    Hour24TickerResponse

    L?: number | bigint

    Last trade Id

    Hour24TickerResponse

    n?: number | bigint

    Total number of trade

    Hour24TickerResponse

    o?: string

    Open price

    Hour24TickerResponse

    O?: number | bigint

    Statistics open time

    Hour24TickerResponse

    p?: string

    Price change

    Hour24TickerResponse

    P?: string

    Price change percent

    Hour24TickerResponse

    q?: string

    trade amount(in quote asset)

    Hour24TickerResponse

    Q?: string

    Last quantity

    Hour24TickerResponse

    s?: string

    Symbol

    Hour24TickerResponse

    v?: string

    Trading volume(in contracts)

    Hour24TickerResponse

    w?: string

    Weighted average price

    Hour24TickerResponse