Binance Connector JS
    Preparing search index...

    DepthResponseResult

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

    Properties

    asks?: string[][]

    DepthResponseResult

    bids?: string[][]

    DepthResponseResult

    lastUpdateId?: number | bigint

    DepthResponseResult