Skip to main content

Cancel All Algo Open Orders

HTTP Request

DELETE /fapi/v1/algoOpenOrders (HMAC SHA256)

Weight

1

Request Parameters

NameTypeRequiredDescription
symbolSTRINGYESTrading pair
recvWindowLONGNOSee auth
timestampLONGYESRequest 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.