get https://api.amberdata.com/markets/futures/insurance-fund/information
Provides details on insurance fund data availability for futures instruments, including exchanges, underlying assets, and date ranges for historical coverage.
RESPONSE DATA
JSON Field/Path | Value Type | Description |
---|---|---|
payload.metadata.next | string | The URL for the next page of data (nullable if there is no next page). |
payload.metadata.api-version | string | The version of the API used for this request. |
payload.data[].exchange | string | The name of the exchange where the insurance fund applies (e.g., bitmex). |
payload.data[].instrument | string | The instrument or currency associated with the insurance fund (e.g., BTC, USDT). |
payload.data[].underlying | string | The underlying asset related to the instrument (e.g., BTC, USDT). |
payload.data[].startDate | integer | The start date and time for the insurance fund. |
payload.data[].endDate | integer | The end date and time for the insurance fund. |
payload.data[].active | boolean | Indicates whether the specific instrument is currently active (true) or inactive (false). |