Cancel Trade Orders

Overview

You can cancel trade orders that haven't completed. For example, if you place a limit order with a 24 hour duration, you can cancel the order before the order duration ends.

Prerequisites

Steps

  • API
1 PUT /api/prime/trading/v1/accounts/{accountId}/orders/{ordersId}/cancel

Step Result

1 {}

Next

You can view details on your cancelled order using either the Get Order endpoint or by subscribing to the Trade WebSocket:

See Also

API Reference: Cancel Order