get https://api.amberdata.com/market/options/liquidations//latest
Retrieves the latest liquidations for the specified instrument and exchange(s).
Deprecation Notice
This endpoint is now considered a legacy version and will be deprecated on September 30, 2024. We strongly encourage all users to migrate to the new version of this endpoint for improved performance, enhanced features, and better support. The new version can be found here.
We recommend updating your applications at the earliest convenience to ensure uninterrupted service and access to the latest functionalities.
For any questions or assistance during migration, please contact our support team at [email protected].
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
timestamp | number or string | The time at which the liquidation occurred. |
originalQuantity | number | The original quantity before the liquidation occurred. |
price | number | The price of the instrument at the time of the liquidation. |
side | string | The direction of the trade. |
status | string | The status of the liquidation. |
type | string | The type of liquidation. |
timeInForce | string | How long the order is to remain active before it is executed or expires, for example: - IOC: immediate-or-cancel - FOK: fill-or-kill - GTC: good-'till-canceled - etc |
action | string | The type of action taken during the liquidation process (for example: delete, insert, update, etc). |
orderId | string | The order identifier. |
unit | string | null | The units are on originalQuantity |