Cancel Algo Order (TRADE)
API Description
Cancel an active algo order.
HTTP Request
DELETE /fapi/v1/algoOrder
Request Weight
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| algoid | LONG | NO | |
| clientalgoid | STRING | NO | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- Either
algoidorclientalgoidmust be sent.
Response Example
{
"algoId": 2146760,
"clientAlgoId": "6B2I9XVcJpCjqPAJ4YoFX7",
"code": "200",
"msg": "success"
}