Cancel Algo Order(TRADE)
API Description
Cancel an active order.
HTTP Request
DELETE /sapi/v1/algo/futures/order
Request Weight(IP)
1
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
algoId | LONG | YES | eg. 14511 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- 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"
}