Binance Connector JS
    Preparing search index...

    OpenInterestStatisticsResponseInner

    interface OpenInterestStatisticsResponseInner {
        contractType?: string;
        pair?: string;
        sumOpenInterest?: string;
        sumOpenInterestValue?: string;
        timestamp?: number | bigint;
    }
    Index

    Properties

    contractType?: string

    Contract type.

    OpenInterestStatisticsResponseInner

    pair?: string

    Pair

    OpenInterestStatisticsResponseInner

    sumOpenInterest?: string

    unit: cont

    OpenInterestStatisticsResponseInner

    sumOpenInterestValue?: string

    unit: base asset

    OpenInterestStatisticsResponseInner

    timestamp?: number | bigint

    Timestamp in milliseconds.

    OpenInterestStatisticsResponseInner