cURL
curl --request DELETE \ --url https://api.orderly.org/v1/algo/orders \ --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_ALL_SENT" } }
Limit: 10 requests per 1 second
DELETE /v1/algo/orders?symbol={symbol}
Cancel all pending algo orders.
Note: STOP will cancel both TAKE_PROFIT and STOP_LOSS
STOP
TAKE_PROFIT
STOP_LOSS
OK
The response is of type object.
object