API Reference

Cancel 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

NameTypeMandatoryDescription
algoOrderIdStringNAlgo order ID
orderIdStringNOrder ID
clientOrderIdStringNCustomer-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 nameTypeRemarks
algoOrderIdStringAlgo order ID
orderIdStringOrder ID
clientOrderIdStringCustomer-defined order ID
Language