Cancel All Algo Open Orders
HTTP Request
DELETE /fapi/v1/algoOpenOrders (HMAC SHA256)
Weight
1
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | STRING | YES | Trading pair |
| recvWindow | LONG | NO | See auth |
| timestamp | LONG | YES | Request timestamp (ms) |
Response Example
{
"code": 200,
"msg": "The operation of cancel all open order is done."
}
Notes
Cancels every active conditional order on the symbol for the calling
account. Idempotent — calling again after all orders are already
cancelled returns the same shape with code: 200.