Trading
Cancel Order (Combined)
Cancel one open order by either internal orderId or client-provided clientOrderId.
post/orders/cancel
Request body
Example request
{
"orderId": "6f52b6d2-6c9e-4a5c-8a4f-28ab4b7ff203",
"clientOrderId": "partner-order-001"
}Response
Order successfully cancelled
Example response
{
"message": "Order canceled successfully"
}Changes
Changed in 2 of the 32 revisions of this API.3
- ○
the endpoint scheme security
HmacAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○