get https://api.amberdata.com/markets/futures/insurance-fund/
Delivers historical data on insurance fund balances for futures instruments, including timestamps, fund amounts, and underlying assets across exchanges.
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
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[].instrument | string | The instrument or trading pair related to the insurance fund (e.g., BTC-USD). |
payload.data[].exchange | string | The name of the exchange where the insurance fund applies (e.g., huobi). |
payload.data[].exchangeTimestamp | integer | The timestamp from the exchange when the insurance fund data was recorded. |
payload.data[].exchangeTimestampNanoseconds | integer | The nanoseconds part of the timestamp, representing sub-second precision (usually 0). |
payload.data[].fund | float | The amount of funds available in the insurance fund for the specified instrument. |
payload.data[].underlying | string | The underlying asset or trading pair for the insurance fund (e.g., BTC-USD). |