Binance Connector JS
    Preparing search index...

    IndexPriceAndMarkPriceResponseInner

    interface IndexPriceAndMarkPriceResponseInner {
        estimatedSettlePrice?: string;
        indexPrice?: string;
        interestRate?: string;
        lastFundingRate?: string;
        markPrice?: string;
        nextFundingTime?: number | bigint;
        pair?: string;
        symbol?: string;
        time?: number | bigint;
    }
    Index

    Properties

    estimatedSettlePrice?: string

    Estimated Settle Price, only useful in the last hour before the settlement starts.

    IndexPriceAndMarkPriceResponseInner

    indexPrice?: string

    index price

    IndexPriceAndMarkPriceResponseInner

    interestRate?: string

    the base asset interest rate, for perpetual contract symbols only. For delivery symbols, "" will be shown.

    IndexPriceAndMarkPriceResponseInner

    lastFundingRate?: string

    the lasted funding rate, for perpetual contract symbols only. For delivery symbols, "" will be shown.

    IndexPriceAndMarkPriceResponseInner

    markPrice?: string

    mark price

    IndexPriceAndMarkPriceResponseInner

    nextFundingTime?: number | bigint

    For perpetual contract symbols only. For delivery symbols, 0 will be shown

    IndexPriceAndMarkPriceResponseInner

    pair?: string

    Pair

    IndexPriceAndMarkPriceResponseInner

    symbol?: string

    Trading symbol

    IndexPriceAndMarkPriceResponseInner

    time?: number | bigint

    Time

    IndexPriceAndMarkPriceResponseInner