Binance Connector JS
    Preparing search index...

    DepthResponse

    interface DepthResponse {
        asks?: string[][];
        bids?: string[][];
        lastUpdateId?: number;
    }
    Index

    Properties

    asks?: string[][]

    DepthResponse

    bids?: string[][]

    DepthResponse

    lastUpdateId?: number

    DepthResponse