Skip to main content
Version: testnet (v0.73)

PerpetualData

Details of a perpetual product.

type PerpetualData {
fundingPayment: String
fundingRate: String
externalTwap: String
internalTwap: String
}

Fields

PerpetualData.fundingPayment ● String scalar

Funding payment for this period as the difference between the time-weighted average price of the external and internal data point.

PerpetualData.fundingRate ● String scalar

Percentage difference between the time-weighted average price of the external and internal data point.

PerpetualData.externalTwap ● String scalar

Time-weighted average price calculated from data points for this period from the external data source.

PerpetualData.internalTwap ● String scalar

Time-weighted average price calculated from data points for this period from the internal data source.

Implemented by

ProductData union