Binance Connector JS
    Preparing search index...

    Request parameters for depth operation in MarketApi. DepthRequest

    interface DepthRequest {
        id?: string;
        limit?: number;
        symbol: string;
        symbolStatus?: SpotWebsocketAPI.DepthSymbolStatusEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    MarketApiDepth

    limit?: number

    MarketApiDepth

    symbol: string

    MarketApiDepth

    Filters for symbols that have this tradingStatus. A status mismatch returns error -1220 SYMBOL_DOES_NOT_MATCH_STATUS.

    MarketApiDepth