delete https://api-glb.sim.hashkeydev.com/api/v1/futures/batchOrders
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
|---|---|---|---|---|
| symbol | STRING | Y | ETHUSDT-PERPETUAL | Name of the contract |
| side | STRING | BUY | BUY or SELL | |
| timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
| PARAMETER | TYPE | Example values | DESCRIPTION |
|---|---|---|---|
| code | STRING | 0000 | Return code of cancellation request |
| message | STRING | success | Return message of cancellation request. Reflecting whether the request is successfully accepted (does not indicate the task is successfully completed) |
| timestamp | LONG | 1541161088303 | Timestamp when returning |