Order Management
Cancel All Pending Orders
Limit: 10 requests per 1 second
DELETE /v1/orders?symbol={symbol}
Cancel a list of orders, filtered by symbol
optionally. This request will cancel all open orders within the filter criteria, and will cancel all open orders if no filter is provided.
Note: This endpoint requires trading
scope in Orderly Key.
DELETE
/
v1
/
orders