get https://api.amberdata.com/markets/futures/liquidations/information
Provides available date ranges for liquidation data on futures instruments across exchanges, including start and end timestamps for each instrument.
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 liquidation information applies (e.g., binance). |
payload.data[].instrument | string | The instrument or trading pair involved in the liquidation (e.g., 1000BONKUSDC). |
payload.data[].underlying | string | The underlying asset related to the instrument (e.g., BTC, USDT). |
payload.data[].startDate | integer | The start date and time when liquidation data became available. |
payload.data[].endDate | integer | The end date and time when liquidation data was last recorded. |
payload.data[].active | boolean | Indicates whether the specific instrument is currently active (true) or inactive (false). |