Binance Connector JS
    Preparing search index...

    Kline payload

    KlineResponseK

    interface KlineResponseK {
        B?: string;
        c?: string;
        f?: number | bigint;
        h?: string;
        i?: string;
        l?: string;
        L?: number | bigint;
        n?: number | bigint;
        o?: string;
        q?: string;
        Q?: string;
        s?: string;
        t?: number | bigint;
        T?: number | bigint;
        v?: string;
        V?: string;
        x?: boolean;
    }
    Index

    Properties

    Properties

    B?: string

    Ignore

    KlineResponseK

    c?: string

    Close price

    KlineResponseK

    f?: number | bigint

    First trade ID

    KlineResponseK

    h?: string

    High price

    KlineResponseK

    i?: string

    Interval

    KlineResponseK

    l?: string

    Low price

    KlineResponseK

    L?: number | bigint

    Last trade ID

    KlineResponseK

    n?: number | bigint

    Number of trades

    KlineResponseK

    o?: string

    Open price

    KlineResponseK

    q?: string

    Quote asset volume

    KlineResponseK

    Q?: string

    Taker buy quote asset volume

    KlineResponseK

    s?: string

    Symbol

    KlineResponseK

    t?: number | bigint

    Kline start time

    KlineResponseK

    T?: number | bigint

    Kline close time

    KlineResponseK

    v?: string

    Base asset volume

    KlineResponseK

    V?: string

    Taker buy base asset volume

    KlineResponseK

    x?: boolean

    Is this kline closed?

    KlineResponseK