Binance Connector JS
    Preparing search index...

    FullDepthStreamResponse

    interface FullDepthStreamResponse {
        a?: string[][];
        b?: string[][];
        e?: string;
        E?: number | bigint;
        pu?: number | bigint;
        s?: string;
        T?: number | bigint;
        u?: number | bigint;
        U?: number | bigint;
    }
    Index

    Properties

    Properties

    a?: string[][]

    asks to be updated

    FullDepthStreamResponse

    b?: string[][]

    bids to be updated

    FullDepthStreamResponse

    e?: string

    Event type

    FullDepthStreamResponse

    E?: number | bigint

    Event time (ms)

    FullDepthStreamResponse

    pu?: number | bigint

    Previous updateId from the last push

    FullDepthStreamResponse

    s?: string

    Symbol

    FullDepthStreamResponse

    T?: number | bigint

    Matching time (ms)

    FullDepthStreamResponse

    u?: number | bigint

    Last updateId in this event

    FullDepthStreamResponse

    U?: number | bigint

    First updateId in this event

    FullDepthStreamResponse