Binance Connector JS
    Preparing search index...

    OpenInterestResponse

    interface OpenInterestResponse {
        openInterest?: string;
        symbol?: string;
        time?: number | bigint;
    }
    Index

    Properties

    openInterest?: string

    OpenInterestResponse

    symbol?: string

    OpenInterestResponse

    time?: number | bigint

    OpenInterestResponse