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. TheDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
reason field should document the liquidation trigger for audit purposes.
Authentication
Requires an instance API key with thetrading service enabled.
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.
