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.
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
List of client_order_ids, comma-separated, with a maximum of 10 order ids per request.