Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepth operation in Api. DiffBookDepthRequest

    interface DiffBookDepthRequest {
        id?: string;
        symbol: string;
        updateSpeed?: UPDATE_SPEED_100ms;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    ApiDiffBookDepth

    symbol: string

    Symbol to query

    ApiDiffBookDepth

    updateSpeed?: UPDATE_SPEED_100ms

    Optional stream update speed suffix

    ApiDiffBookDepth