Binance Connector JS
    Preparing search index...

    OpenInterestResponse

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

    Properties

    contractType?: string

    OpenInterestResponse

    openInterest?: string

    OpenInterestResponse

    pair?: string

    OpenInterestResponse

    symbol?: string

    OpenInterestResponse

    time?: number

    OpenInterestResponse