API Reference

Batch cancel Futures order by order id

Weight: 1

Request Parameters


PARAMETERTYPEReq'dExample valuesDESCRIPTION
idsSTRINGYOrder id (multiple separated by ,)
recvWindowLONG5000recv window
timestampLONGY1714311403031timestamp

Note: code returns 0000 to indicate that the order cancellation request has been executed. Whether it is successful or not depends on the results in result. If result is empty, it means all successes. If it is not empty, orderId means that the order id failed to be canceled.code represents the reason for the undo failure.

Response Content


PARAMETERTYPEExample valuesDESCRIPTION
codeSTRING0000Return code of cancellation request
orderIdLONG1234567543Order Id
msgSTRINGOrder not foundReturn msg of cancellation request
Language
Authorization
Header
Click Try It! to start a request and see the response here!