get https://api.amberdata.com/markets/futures/funding-rates/information
Delivers information on funding rate periods for futures instruments across exchanges, including start and end dates for available funding data.
RESPONSE DATA
JSON Field/Path | Value Type | Description |
---|---|---|
payload.metadata.next | string | The URL for the next page of data (for pagination purposes). |
payload.metadata.api-version | string | The version of the API used for this request. |
payload.data[].exchange | string | The name of the exchange (e.g., binance). |
payload.data[].instrument | string | The trading instrument or pair (e.g., 1000BONKUSDC). |
payload.data[].startDate | integer | The start date and time of the funding rate data. |
payload.data[].endDate | integer | The end date and time of the funding rate data. |
payload.data[].active | boolean | Indicates whether the specific instrument is currently active (true) or inactive (false). |