Skip to main content

Cancel Algo Order (TRADE)

API Description

Cancel an active algo order.

HTTP Request

DELETE /fapi/v1/algoOrder

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
algoidLONGNO
clientalgoidSTRINGNO
recvWindowLONGNO
timestampLONGYES
  • Either algoid or clientalgoid must be sent.

Response Example

{
"algoId": 2146760,
"clientAlgoId": "6B2I9XVcJpCjqPAJ4YoFX7",
"code": "200",
"msg": "success"
}