Skip to main content

Cancel All Algo Open Orders (TRADE)

API Description

Cancel all open algo (conditional) orders on a symbol, including TP/SL (Take Profit / Stop Loss) and trailing stop orders on USD-M Futures.

HTTP Request

DELETE /fapi/v1/algoOpenOrders

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGYES
recvWindowLONGNO
timestampLONGYES

Response Example

{
"code": 200,
"msg": "The operation of cancel all open order is done."
}