Skip to main content

Cancel Algo Order(TRADE)

API Description

Cancel an active order.

HTTP Request

DELETE /sapi/v1/algo/futures/order

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
algoIdLONGNOeg. 14511
clientAlgoIdSTRINGNOeg. "65ce1630101a480b85915d7e11fd5078"
recvWindowLONGNO
timestampLONGYES
  • Either algoId or clientAlgoId must be sent.
  • You need to enable Futures Trading Permission for the api key which requests this endpoint.
  • Base URL: https://api.binance.com

Response Example

{
"algoId": 14511,
"success": true,
"code": 0,
"msg": "OK"
}