Orders
Submit Priority Order
Submit a liquidation or forced-execution order that bypasses the normal queue
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 thetrading and lending services enabled. Priority orders are typically issued by the lending and liquidation engine rather than by end users.
Request Body
The target order book identifier. Max 100 characters.
EVM address of the user being liquidated. Must match
0x[a-fA-F0-9]{40}.Amount to liquidate in base token units (wei). Numeric string.
Human-readable reason for the liquidation. Max 256 characters.
