Cancel Order by clientOid
{
"data" : {
"clientOid" : "638482953483145333"
},
"code" : "200000"
}
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/638482953483145333?symbol=XRPUSDTM
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 |