Binance Connector JS
    Preparing search index...

    OpenInterestStatisticsResponseInner

    interface OpenInterestStatisticsResponseInner {
        CMCCirculatingSupply?: string;
        sumOpenInterest?: string;
        sumOpenInterestValue?: string;
        symbol?: string;
        timestamp?: number | bigint;
    }
    Index

    Properties

    CMCCirculatingSupply?: string

    circulating supply provided by CMC

    OpenInterestStatisticsResponseInner

    sumOpenInterest?: string

    total open interest

    OpenInterestStatisticsResponseInner

    sumOpenInterestValue?: string

    total open interest value

    OpenInterestStatisticsResponseInner

    symbol?: string

    OpenInterestStatisticsResponseInner

    timestamp?: number | bigint

    Timestamp in milliseconds.

    OpenInterestStatisticsResponseInner