get https://web3api.io/api/v2/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` |
data[].fundingInterval | `number | string |
data[].fundingRate | number | The funding rate for which data is available. |
data[].nextFundingRate | `number | null` |
data[].nextFundingTime | `number | string |