Orders
Cancel Order
Cancel an open order on an on-chain order book
DELETE
Cancels an open order. Only the original submitter (identified by
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}.