get https://api.amberdata.com/markets/futures/insurance-fund/
Retrieves the historical (time series) insurance fund data for the specified futures instrument.
Time Range Limit
The maximum time range (difference between startDate and endDate) is 731 days (2 years).
Not specifying startDate and endDate
If the
startDate
andendDate
query parameters are not provided, the API will return the data from the previous 24 hours.
RESPONSE DATA
Fields and paths are relative to the top-level payload
field i.e. metadata.next
is equivalent to payload.metadata.next
.
JSON Field/Path | Value Type | Optional | Description |
---|---|---|---|
metadata.next | string | Pagination | |
metadata.api-version | string | The API version of this response. | |
data[index].instrument | string | The futures instrument whose insurance fund data was requested for. | |
data[index].exchange | string | The exchange on which this insurance fund data is from. | |
data[index].exchangeTimestamp | number |string | ||
data[index].exchangeTimestampNanoseconds | number | ||
data[index].fund | number | The value of the insurance. | |
data[index].underlying | string | The underlying asset of the futures instrument. |