Skip to main content

Cancel Order

DELETE 

/v1/trade/orders/:order_id

Cancel an order by order ID or custom ID.

Requires authentication.

Request

Path Parameters

    order_id stringrequired

    Unique order identification represented by 'id' field or the custom identification sent by customer represented by 'custom_id' field. To use the 'custom_id' value, fill this path with 'custom:{custom_id}'. Ex: /v1/trade/orders/custom:1234567890.

Responses

No Content

Loading...