Binance Connector JS
    Preparing search index...

    OpenInterestResponse

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

    Properties

    openInterest?: string

    OpenInterestResponse

    symbol?: string

    OpenInterestResponse

    time?: number

    OpenInterestResponse