Binance Connector JS
    Preparing search index...

    Request parameters for partialBookDepth operation in Api. PartialBookDepthRequest

    interface PartialBookDepthRequest {
        id?: string;
        levels: PartialBookDepthLevelsEnum;
        symbol: string;
        updateSpeed?: UPDATE_SPEED_100ms;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    ApiPartialBookDepth

    ApiPartialBookDepth

    symbol: string

    Symbol to query

    ApiPartialBookDepth

    updateSpeed?: UPDATE_SPEED_100ms

    Optional stream update speed suffix

    ApiPartialBookDepth