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.
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 order_ids, comma-separated, with a maximum of 10 order ids per request.