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 day.
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. |