Binance Connector JS
    Preparing search index...

    Request parameters for openInterestStatistics operation in MarketDataApi. OpenInterestStatisticsRequest

    interface OpenInterestStatisticsRequest {
        endTime?: number;
        limit?: number;
        period: DerivativesTradingUsdsFuturesRestAPI.OpenInterestStatisticsPeriodEnum;
        startTime?: number;
        symbol: string;
    }
    Index

    Properties

    endTime?: number

    MarketDataApiOpenInterestStatistics

    limit?: number

    Default 100; max 1000

    MarketDataApiOpenInterestStatistics

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

    MarketDataApiOpenInterestStatistics

    startTime?: number

    MarketDataApiOpenInterestStatistics

    symbol: string

    MarketDataApiOpenInterestStatistics