FundingPeriod
Details of a funding interval for a perpetual market.
type FundingPeriod {
marketId: ID!
seq: Int!
startTime: Timestamp!
endTime: Timestamp
fundingPayment: String
fundingRate: String
externalTwap: String
internalTwap: String
}
Fields
FundingPeriod.marketId
● ID!
non-null scalar
Market the funding period relates to.
FundingPeriod.seq
● Int!
non-null scalar
Sequence number of the funding period.
FundingPeriod.startTime
● Timestamp!
non-null scalar
RFC3339Nano time when the funding period started.
FundingPeriod.endTime
● Timestamp
scalar
RFC3339Nano time when the funding period ended.
FundingPeriod.fundingPayment
● String
scalar
Funding payment for this period as the difference between the time-weighted average price of the external and internal data point.
FundingPeriod.fundingRate
● String
scalar
Percentage difference between the time-weighted average price of the external and internal data point.
FundingPeriod.externalTwap
● String
scalar
Time-weighted average price calculated from data points for this period from the external data source.
FundingPeriod.internalTwap
● String
scalar
Time-weighted average price calculated from data points for this period from the internal data source.
Member of
FundingPeriodEdge
object