Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepth operation in WebSocketStreamsApi. PartialBookDepthRequest

    interface PartialBookDepthRequest {
        id?: string;
        levels: PartialBookDepthLevelsEnum;
        symbol: string;
        updateSpeed?: string;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    WebSocketStreamsApiPartialBookDepth

    WebSocketStreamsApiPartialBookDepth

    symbol: string

    Symbol to query

    WebSocketStreamsApiPartialBookDepth

    updateSpeed?: string

    1000ms or 100ms

    WebSocketStreamsApiPartialBookDepth