Cancel Order
Orders
Cancel Order
Cancel an open order
DELETE
Cancel Order
Overview
Cancel an open or partially filled order. Only orders with statusopen or partially_filled can be cancelled.
Authentication
Your API key with Trade scope
Path Parameters
The unique order identifier (UUID) to cancelExample:
550e8400-e29b-41d4-a716-446655440000Request Examples
Response
Indicates if the request was successful
Human-readable response message
Returns
null on successful cancellationISO 8601 timestamp of the response
Success Response
Error Responses
Cancellable Order Statuses
| Status | Can Cancel? |
|---|---|
pending_settlement | No |
new | Yes |
open | Yes |
partially_filled | Yes |
filled | No |
cancelled | No |
rejected | No |
failed | No |
Rate Limits
- 100 requests per minute per API key
Next Steps
Place Order
Place a new order
List Orders
View your orders