POST
/api/v1/terminal/orders//cancel
Permission: SMART_TRADES_WRITESecurity: SIGNED
Cancels a trade by its UUID. This endpoint can be used to cancel an open trade that is still in progress. Use the cancelable attribute in Trade Entity to check if a trade is eligible for cancellation.
See Trade Entity for full attribute definitions
Trade EntityPath Parameters
uuidstring required
The unique identifier of the trade to cancel. Example: f89e3f34-1db1-47f2-81cc-9b4e5c50d7e1
Example Request
POSTPOST /api/v1/terminal/orders/f89e3f34-1db1-47f2-81cc-9b4e5c50d7e1/cancel
Example Responses
If successful, returns the updated trade object with its cancellation status. See Trade Entity for full attribute definitions.
cancel_trade_201.json
201 Created