Binance Connector JS
    Preparing search index...

    Request parameters for takerBuySellVolume operation in MarketDataApi. TakerBuySellVolumeRequest

    interface TakerBuySellVolumeRequest {
        contractType: TakerBuySellVolumeContractTypeEnum;
        endTime?: number | bigint;
        limit?: number | bigint;
        pair: string;
        period: DerivativesTradingCoinFuturesRestAPI.TakerBuySellVolumePeriodEnum;
        startTime?: number | bigint;
    }
    Index

    Properties

    MarketDataApiTakerBuySellVolume

    endTime?: number | bigint

    MarketDataApiTakerBuySellVolume

    limit?: number | bigint

    Maximum number of records to return.

    MarketDataApiTakerBuySellVolume

    pair: string

    MarketDataApiTakerBuySellVolume

    MarketDataApiTakerBuySellVolume

    startTime?: number | bigint

    MarketDataApiTakerBuySellVolume