Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepthStreams operation in PublicApi. DiffBookDepthStreamsRequest

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

    Properties

    id?: number

    Unique WebSocket request ID.

    PublicApiDiffBookDepthStreams

    symbol: string

    The symbol parameter

    PublicApiDiffBookDepthStreams

    updateSpeed?: string

    WebSocket stream update speed

    PublicApiDiffBookDepthStreams