Cancel All Algo Open Orders
Type: TRADE
Weight: 1
DELETE /fapi/v1/algoOpenOrders
Request
DELETE /fapi/v1/algoOpenOrders?symbol=BTCUSDT×tamp=<ms>&signature=<hex>
Query params
| Name | Type | Required | Notes |
|---|---|---|---|
symbol | string | yes |
Response — 200
{ "code": 200, "msg": "The operation of cancel all open order is done." }
Cancels every active algo order on the symbol. Regular orders are unaffected — use DELETE /fapi/v1/allOpenOrders for those (which also clears trigger orders placed through POST /fapi/v1/order).
Authentication failures (INVALID_API_KEY, API_KEY_DISABLED, IP_NOT_ALLOWED, SIGNATURE_INVALID) apply to every signed endpoint and use Sparky's {"success":false,"error":{...}} envelope; see Error Codes.