Binance Connector JS
    Preparing search index...

    KlineStreamResponse

    interface KlineStreamResponse {
        e?: string;
        E?: number | bigint;
        k?: StocksWebsocketStreams.KlineStreamResponseK;
        s?: string;
    }
    Index

    Properties

    Properties

    e?: string

    Event type, always \"kline\".

    KlineStreamResponse

    E?: number | bigint

    Event time (epoch milliseconds); server-side system time when the message is pushed.

    KlineStreamResponse

    KlineStreamResponse

    s?: string

    Symbol (UPPERCASE ticker).

    KlineStreamResponse