Cancel Order by clientOid

Request via this interface to cancel a stop order via the clientOid.

HTTP REQUEST

DELETE /api/v3/oco/client-order/{clientOid}

Example

DELETE /api/v3/oco/client-order/9823jnfda923a

{
    "cancelledOrderIds": [
        "vs9hqpbivnb5e8p8003ttdf1",
        "vs9hqpbivnb5e8p8003ttdf2"
    ]
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support `Spot URL``

REQUEST RATE LIMIT

Spot weight:3

PARAMETERS
Param Type Mandatory Description
clientOid String Yes Path parameter,Unique order id created by users to identify their orders
RESPONSES
Param Description
cancelledOrderId List of two order IDs related to the canceled OCO order