get https://web3api.io/api/v2/market/swaps/funding-rates//historical
Retrieves the historical time series funding rates for the specified instrument and exchange(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
Field | Type | Description |
---|---|---|
[exchange] | string | The name of the exchange. |
[exchange].timestamp | number | string | The time at which the event occurred. |
{exchange}.insertionTimestamp | string | The time at which the data inserted. |
{exchange}.fundingInterval | number | The funding interval for which data is available. |
{exchange}.fundingRate | number | The funding rate for which data is available. |
{exchange}.nextFundingRate | number | null | TThe next funding rate for which data is available. |
{exchange}.nextFundingTime | number | null | The next funding time for which data is available. |