get https://web3api.io/api/v2/market/swaps/insurance-fund//historical
Retrieves the historical insurance fund for the specified instrument and exchange(s).
Time Range Limit
The maximum time range (difference between startDate and endDate) is 1 year.
Not specifying startDate and endDate
If the
startDate
andendDate
query parameters are not provided, the API will return the data from the previous 1 year with a 1 day frequency.
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. |