cURL
curl --request DELETE \ --url https://api.orderly.org/v1/client/order \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "status": "CANCEL_SENT" } }
Limit: 10 requests per 1 second
DELETE /v1/client/order?client_order_id={client_order_id}&symbol={symbol}
Cancel an order by client_order_id.
client_order_id
Note: This endpoint requires trading scope in Orderly Key.
trading
OK
The response is of type object.
object