Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepthStreams operation in PublicApi. PartialBookDepthStreamsRequest

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

    Properties

    id?: number

    Unique WebSocket request ID.

    PublicApiPartialBookDepthStreams

    level: string

    The level parameter

    PublicApiPartialBookDepthStreams

    symbol: string

    The symbol parameter

    PublicApiPartialBookDepthStreams

    updateSpeed?: string

    WebSocket stream update speed

    PublicApiPartialBookDepthStreams