fundingPeriods
Funding periods for perpetual markets
fundingPeriods(
marketId: ID!
dateRange: DateRange
pagination: Pagination
): FundingPeriodConnection!
Arguments
fundingPeriods.marketId
● ID!
non-null scalar
ID of the perpetual market to get funding periods for
fundingPeriods.dateRange
● DateRange
input
Optional: Date range to retrieve funding periods from/to. The funding period start time will be used to determine whether to include the funding period in the results. Start and end time should be expressed as an integer value of Unix nanoseconds.
fundingPeriods.pagination
● Pagination
input
Pagination control
Type
FundingPeriodConnection
object
Connection type for retrieving cursor-based paginated funding period data for perpetual markets