v2

latestOpenAPI 3.1.0Proprietary2026-07-3191563.2 KB
Orders

Cancel an order

Cancel an order that is still awaiting_payment. Any other state returns 409 (you can't cancel an order that's already paid or processing).

post/v1/orders/{id}/cancel

Path parameters

idstring uuid required

The order id (UUID, also used as the on-chain payment memo).

Response

Order cancelled.

order_idstring uuid required
status'cancelled' required