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
algoIdLONGYESeg. 14511
recvWindowLONGNO
timestampLONGYES
  • 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"
}