Skip to main content
POST
Submits a priority order that takes precedence over standard orders. Designed for liquidation scenarios where a user’s collateral position must be unwound. Priority orders execute ahead of the regular order queue. The reason field should document the liquidation trigger for audit purposes.

Authentication

Requires an instance API key with both the trading and lending services enabled. Priority orders are typically issued by the lending and liquidation engine rather than by end users.

Request Body

string
required
The target order book identifier. Max 100 characters.
string
required
EVM address of the user being liquidated. Must match 0x[a-fA-F0-9]{40}.
string
required
Amount to liquidate in base token units (wei). Numeric string.
string
Human-readable reason for the liquidation. Max 256 characters.