cURL
curl --request POST \ --url https://api.example.com/order/{orderId}/cancel \ --header 'Content-Type: application/json' \ --data ' { "authorization": { "signature": "<string>", "deadline": 2 } } '
{ "orderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accepted": true, "cowOrderUid": "<string>" }
The public order ID
Request to cancel an authenticated limit order using an EIP-712 authorization signature
Typed-data authorization for order cancellation
Show child attributes
Cancellation request accepted
Acknowledgement that a cancel request was accepted
The public order ID from the router API
Whether the downstream cancellation request was accepted
The downstream CoW order UID when available