Binance Connector JS
    Preparing search index...

    Request parameters for depth operation in MarketApi. DepthRequest

    interface DepthRequest {
        id?: string;
        limit?: number;
        symbol: string;
    }
    Index

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    MarketApiDepth

    limit?: number

    Default: 100; Maximum: 5000

    MarketApiDepth

    symbol: string

    MarketApiDepth