Cancel Order by clientOid

  {
    "code": "200000",
    "data": {
      "clientOid":"253c3536-c4e5-45a5-9bec-ed7d17657474"
    }
  }

Cancel an order (including a stop order).

You will receive success message once the system has received the cancellation request. The cancellation request will be processed by matching engine in sequence. To know if the request has been processed, you may check the order status or update message from the pushes.

Response the ID created by the client (clientOid).

If the order can not be canceled (already filled or previously canceled, etc), then an error response will indicate the reason in the message field.

HTTP REQUEST

DELETE /api/v1/orders/client-order/{clientOid}

Example

DELETE /api/v1/orders/client-order/5cdfc120b21023a909e5ad52

API KEY PERMISSIONS

This endpoint requires the Futures Trading permission.

REQUEST URL

This endpoint support Futures URL

PARAMETERS
Param Type Mandatory Description
symbol String Yes Specify symbol
REQUEST RATE LIMIT

Futures weight:1

RESPONSES
Param Description
clientOid Client ID of the cancelled order