Binance Connector JS
    Preparing search index...

    Request parameters for diffBookDepthStreams operation in Api. DiffBookDepthStreamsRequest

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

    Properties

    id?: string

    Unique WebSocket request ID.

    ApiDiffBookDepthStreams

    symbol: string

    The symbol parameter

    ApiDiffBookDepthStreams

    WebSocket stream update speed

    ApiDiffBookDepthStreams