Order Management
Batch Cancel Orders
Limit: 10 requests per 1 second
DELETE /v1/batch-order?order_ids={order_id1},{order_id2}
Cancel a list of orders by order_ids
. The maximum orders that can be cancelled within 1 batch cancel request is 10.
This endpoint will return invalid order_id error if 0 order_ids are given or all of the given order_ids are invalid.
Note: This endpoint requires trading
scope in Orderly Key.
DELETE
/
v1
/
batch-order
Headers
orderly-timestamp
string
requiredorderly-account-id
string
requiredorderly-key
string
requiredorderly-signature
string
requiredQuery Parameters
order_ids
string
requiredList of order_ids, comma-separated, with a maximum of 10 order ids per request.
Response
200 - application/json
success
boolean
requireddata
object
requiredtimestamp
integer