Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepthStreams operation in PublicApi. PartialBookDepthStreamsRequest

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

    Properties

    id?: string

    Unique WebSocket request ID.

    PublicApiPartialBookDepthStreams

    levels: number | bigint

    The levels parameter

    PublicApiPartialBookDepthStreams

    symbol: string

    The symbol parameter

    PublicApiPartialBookDepthStreams

    updateSpeed?: string

    WebSocket stream update speed

    PublicApiPartialBookDepthStreams