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