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 |
orderId | String | N | Order ID |
clientOrderId | String | N | Customer-defined order ID |
Tip:For TPSL, either algoOrderId or clientOrderId must be sent; For ATTACHED_TPSL, either orderId or clientOrderId must be sent.
Response
Field name | Type | Remarks |
---|---|---|
algoOrderId | String | Algo order ID |
orderId | String | Order ID |
clientOrderId | String | Customer-defined order ID |