Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepth operation in WebSocketStreamsApi. DiffBookDepthRequest

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

    Properties

    id?: string

    Unique WebSocket request ID.

    WebSocketStreamsApiDiffBookDepth

    symbol: string

    Symbol to query

    WebSocketStreamsApiDiffBookDepth

    updateSpeed?: string

    1000ms or 100ms

    WebSocketStreamsApiDiffBookDepth