Orders
Cancel Order
Cancel an open order on an on-chain order book
DELETE
Cancels an open order. Only the original submitter (identified byDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
userAddress) can cancel their own orders.
Authentication
Requires an instance API key with thetrading service enabled.
Path Parameters
The order identifier. Max 100 characters.
Request Body
EVM address of the user who placed the order. Must match the original order’s
userAddress. Format: 0x[a-fA-F0-9]{40}.Error Codes
| Code | Status | Description |
|---|---|---|
ORDER_NOT_FOUND | 404 | Order does not exist or does not belong to this instance |
