get https://api.amberdata.com/market/futures/funding-rates/exchange//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
Field | Type | Description | ||
---|---|---|---|---|
metadata | object | The metadata associated with the funding rate data. | ||
data | array | |||
data[].instrument | string | The name of the instrument. | ||
data[].timestamp | `number | string` | The time at which the event occurred. | |
data[].fundingInterval | `number | string | null` | The funding interval for which data is available. |
data[].fundingRate | number | The funding rate for which data is available. | ||
data[].nextFundingRate | `number | null` | The next funding rate for which data is available. | |
data[].nextFundingTime | `number | string | null` | The next funding time for which data is available. |