delete https://api.liquiditytech.com/api/v1/algo/order
Rate Limit: 3 requests per 10 seconds
Cancel an incomplete order, this api is asynchronous. Returning success only means that the request is successful. The final result needs to be confirmed through websocket subscription and order query.
Request
Name | Type | Mandatory | Description |
---|---|---|---|
algoOrderId | String | N | Algo order ID |
clientOrderId | String | N | Customer-defined order ID |
Tip:Either algoOrderId or clientOrderId must be sent.
Response
Field name | Type | Remarks |
---|---|---|
algoOrderId | String | Algo order ID |
clientOrderId | String | Customer-defined order ID |