Cancel Multiple Orders
/sapi/v1/trade/cancel_batch_orders
Request type: POST
Signature verification: Yes
Interface permission: Trade
Rate Limit: Generally, the private interface rate limit of API key is at most 144 times every 3 seconds for each UID (Trade Interface: at most 72 times every 3 seconds. Read Interface: at most 72 times every 3 seconds) (this rate limit is shared by all the altcoins contracts delivered by different date).
Interface description: Cancel orders in a batch. A maximum of 10 orders can be cancelled per request.
Request Address
Online
Online (preferred by aws customers)
Request Parameter
contract_code
String
true
Symbol
order_id
Array of string
false
Order ID
client_order_id
Array of string
false
Your order ID
Response Parameter
order_id
Array of string
true
Order ID
client_order_id
Array of string
true
Your order ID
Either order_id or client_order_id is required.
Request Example
Response Example
Last updated