Skip to main content
DELETE
Cancel Order

Overview

Cancel an open or partially filled order. Only orders with status open or partially_filled can be cancelled.

Authentication

X-Api-Key
string
required
Your API key with Trade scope

Path Parameters

order_id
string
required
The unique order identifier (UUID) to cancelExample: 550e8400-e29b-41d4-a716-446655440000

Request Examples

Response

success
boolean
required
Indicates if the request was successful
message
string
required
Human-readable response message
data
null
Returns null on successful cancellation
timestamp
string
ISO 8601 timestamp of the response

Success Response

Error Responses

Cancellable Order Statuses

When cancelling a partially filled order, the filled portion remains executed. Only the remaining unfilled quantity is cancelled.

Rate Limits

  • 100 requests per minute per API key

Next Steps

Place Order

Place a new order

List Orders

View your orders