Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepthStreams operation in PublicApi. PartialBookDepthStreamsRequest

    interface PartialBookDepthStreamsRequest {
        id?: number;
        level: PartialBookDepthStreamsLevelEnum;
        symbol: string;
        updateSpeed: DerivativesTradingOptionsWebsocketStreams.PartialBookDepthStreamsUpdateSpeedEnum;
    }
    Index

    Properties

    id?: number

    Unique WebSocket request ID.

    PublicApiPartialBookDepthStreams

    The level parameter

    PublicApiPartialBookDepthStreams

    symbol: string

    The symbol parameter

    PublicApiPartialBookDepthStreams

    WebSocket stream update speed

    PublicApiPartialBookDepthStreams