Binance Connector JS
    Preparing search index...

    DepthResponseResult

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

    Properties

    asks?: string[][]

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

    DepthResponseResult

    bids?: string[][]

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

    DepthResponseResult

    lastUpdateId?: number | bigint

    DepthResponseResult