Batch Historical

Retrieves the historical time series funding rates for the specified exchange and instrument(s).

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is:

  • 1 year of daily data (using day timeInterval)
  • 31 days of hourly data (using hour timeInterval)
  • 1 day of minutely data (using minute timeInterval)

RESPONSE DATA

FieldTypeDescription
metadataobjectThe metadata associated with the funding rate data.
dataarray
data[].instrumentstringThe name of the instrument.
data[].timestamp`numberstring`The time at which the event occurred.
data[].fundingInterval`numberstringnull`The funding interval for which data is available.
data[].fundingRatenumberThe funding rate for which data is available.
data[].nextFundingRate`numbernull`The next funding rate for which data is available.
data[].nextFundingTime`numberstringnull`The next funding time for which data is available.
Language
Authorization
Header
Click Try It! to start a request and see the response here!