Binance Connector JS
    Preparing search index...

    Request parameters for fullDepth operation in MarketDataApi. FullDepthRequest

    interface FullDepthRequest {
        limit?: FullDepthLimitEnum;
        symbol: string;
    }
    Index

    Properties

    Properties

    Number of price levels to return. Valid values: 5, 10, 20, 50, 100, 500, 1000.

    MarketDataApiFullDepth

    symbol: string

    Trading pair symbol, e.g. ALPHA_175USDT (use token ID from Token List).

    MarketDataApiFullDepth