Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepthStreams operation in PublicApi. DiffBookDepthStreamsRequest

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

    Properties

    id?: string

    Unique WebSocket request ID.

    PublicApiDiffBookDepthStreams

    symbol: string

    Trading pair symbol.

    PublicApiDiffBookDepthStreams

    WebSocket stream update speed

    PublicApiDiffBookDepthStreams