Binance Connector JS
    Preparing search index...

    OpenInterestResponse

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

    Properties

    contractType?: string

    Contract type.

    OpenInterestResponse

    openInterest?: string

    Open interest.

    OpenInterestResponse

    pair?: string

    Pair

    OpenInterestResponse

    symbol?: string

    Trading symbol

    OpenInterestResponse

    time?: number | bigint

    Time

    OpenInterestResponse