Binance Connector JS
    Preparing search index...

    Request parameters for openInterestStatistics operation in MarketDataApi. OpenInterestStatisticsRequest

    interface OpenInterestStatisticsRequest {
        contractType: OpenInterestStatisticsContractTypeEnum;
        endTime?: number;
        limit?: number;
        pair: string;
        period: DerivativesTradingCoinFuturesRestAPI.OpenInterestStatisticsPeriodEnum;
        startTime?: number;
    }
    Index

    Properties

    ALL, CURRENT_QUARTER, NEXT_QUARTER, PERPETUAL

    MarketDataApiOpenInterestStatistics

    endTime?: number

    MarketDataApiOpenInterestStatistics

    limit?: number

    Default 100; max 1000

    MarketDataApiOpenInterestStatistics

    pair: string

    BTCUSD

    MarketDataApiOpenInterestStatistics

    "5m","15m","30m","1h","2h","4h","6h","12h","1d"

    MarketDataApiOpenInterestStatistics

    startTime?: number

    MarketDataApiOpenInterestStatistics