delete https://api-glb.sim.hashkeydev.com/api/v1/futures/cancelOrderByIds
Weight: 1
Request Parameters
PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
---|---|---|---|---|
ids | STRING | Y | Order id (multiple separated by ,) | |
recvWindow | LONG | 5000 | recv window | |
timestamp | LONG | Y | 1714311403031 | timestamp |
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
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
code | STRING | 0000 | Return code of cancellation request |
orderId | LONG | 1234567543 | Order Id |
msg | STRING | Order not found | Return msg of cancellation request |