Retrieves the historical insurance fund for the specified instrument and exchange(s).
Deprecation Notice
As part of our ongoing efforts to improve our API and services, we will be deprecating this endpoint on June 28, 2024. This decision is in line with our commitment to providing high-quality, efficient, and secure API services to our users.
We encourage all users of this endpoint to transition to the Futures Insurance Funds Historical endpoint as soon as possible. This endpoint offers the same data, we have simply merged our Swaps data together with the Futures data. Therefore, "Swaps" data (aka Perpetual Futures) can now be found under the Futures section of the Amberdata API docs.
Time Range Limit
The maximum time range (difference between startDate and endDate) is 30 days.
Not specifying startDate and endDate
If the
startDate
andendDate
query parameters are not provided, the API will not return any data. You must specify astartDate
that is not older than 30 days.
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
instrument | string | The name of the instrument. |
underlying | string | The underlying asset for the instrument. |
timestamp | number or string | The time at which the insurance fund occurred. |
fund | number | The fund of insurance fund. |