Interface KatanaPerpsFundingRateSample

interface KatanaPerpsFundingRateSample {
    fundingRate: string;
    indexPrice: null | string;
    impactBidPrice: null | string;
    impactAskPrice: null | string;
    premiumIndex: null | string;
    time: number;
}

Properties

fundingRate: string

Funding rate computed for the sample

indexPrice: null | string

Index price of the market at the sample time

impactBidPrice: null | string

Impact bid price of the market at the sample time

impactAskPrice: null | string

Impact ask price of the market at the sample time

premiumIndex: null | string

Premium index component of the funding rate sample

time: number

Minute-aligned timestamp of the sample