get https://api.amberdata.com/markets/options/liquidations/information
Provides availability details for options contract liquidation data across supported exchanges, including contract symbols, underlying assets, and data coverage periods for tracking liquidation events.
⚠️ IMPORTANT UPDATE ⚠️
Important Update
The old endpoint
https://api.amberdata.com/market/options/liquidations/information
has been updated tohttps://api.amberdata.com/markets/options/liquidations/information
and is no longer being supported. Please update your integrations accordingly.See changes here
- Endpoint URL Change:
- Old:
https://api.amberdata.com/market/options/liquidations/information
- New:
https://api.amberdata.com/markets/options/liquidations/information
- Metadata Changes:
api-version
: New field indicating the API version- Data Structure Changes:
- The data structure remains an array of JSON objects, but the fields within each object have changed.
- Field Changes:
- Removed the
unit
field from the old response- New field called
startDate
added to the new response- New field called
endDate
added to the new response- Other
- The
includeDates
parameter is no longer supported in the new endpoint- The
showOnlyTradedInstruments
parameter is no longer supported in the new endpoint- Include the
Accept-Encoding:
header in your API requests to take advantage of compressed responses.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].instrument | string | The name of the instrument. |
payload.data[index].underlying | string | The underlying asset for the instrument. |
payload.data[index].startDate | number | string | The first date/time for which data is available. |
payload.data[index].endDate | number | string | The last date/time for which data is available. |
payload.data[index].active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |
payload.data[index].unit | string | null | The unit are on quantity |