cURL
curl --request DELETE \ --url https://api.orderly.org/v1/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/order?order_id={order_id}&symbol={symbol}
Cancels a single order by order_id.
order_id
Note: This endpoint requires trading scope in Orderly Key.
trading
OK
The response is of type object.
object