Interface IDEXFundingRate

interface IDEXFundingRate {
    fundingRate: string;
    indexPrice: string;
    time: number;
}

Properties

fundingRate: string

Funding rate for the period

indexPrice: string

Index price of the market at payment time

time: number

Timestamp of the payment