Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepthStreams operation in WebsocketMarketStreamsApi. DiffBookDepthStreamsRequest

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

    Properties

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiDiffBookDepthStreams

    symbol: string

    The symbol parameter

    WebsocketMarketStreamsApiDiffBookDepthStreams

    updateSpeed?: string

    WebSocket stream update speed

    WebsocketMarketStreamsApiDiffBookDepthStreams