Binance Connector JS
    Preparing search index...

    RpiOrderBookResponse

    interface RpiOrderBookResponse {
        asks?: string[][];
        bids?: string[][];
        E?: number | bigint;
        lastUpdateId?: number | bigint;
        T?: number | bigint;
    }
    Index

    Properties

    asks?: string[][]

    Ask orders. Each entry is [price, quantity].

    RpiOrderBookResponse

    bids?: string[][]

    Bid orders. Each entry is [price, quantity].

    RpiOrderBookResponse

    E?: number | bigint

    Message output time

    RpiOrderBookResponse

    lastUpdateId?: number | bigint

    RpiOrderBookResponse

    T?: number | bigint

    Transaction time

    RpiOrderBookResponse