Cancel UM Algo Order (TRADE)
API Description
Cancel an active UM algo order.
HTTP Request
DELETE /papi/v1/um/algo/order
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
{
"complete": true
}