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 31 days.

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 1 month.

RESPONSE DATA

FieldTypeDescription
metadataobjectThe metadata associated with the funding rate data.
dataarray
data[].instrumentstringThe name of the instrument.
data[].timestampnumber | stringThe time at which the event occurred.
data[].fundingIntervalnumber | string | nullThe funding interval for which data is available.
data[].fundingRatenumberThe funding rate for which data is available.
data[].nextFundingTimenumber | string | nullThe funding time for which data is available.
data[].nextFundingRatenumber | nullTThe next funding rate for which data is available.
Language
Authorization
Header
Click Try It! to start a request and see the response here!