Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepthStreams operation in WebsocketMarketStreamsApi. PartialBookDepthStreamsRequest

    interface PartialBookDepthStreamsRequest {
        id?: string;
        levels: number;
        symbol: string;
        updateSpeed?: string;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiPartialBookDepthStreams

    levels: number

    The levels parameter

    WebsocketMarketStreamsApiPartialBookDepthStreams

    symbol: string

    The symbol parameter

    WebsocketMarketStreamsApiPartialBookDepthStreams

    updateSpeed?: string

    WebSocket stream update speed

    WebsocketMarketStreamsApiPartialBookDepthStreams