Cancel order
DELETE/order
Cancels an open order.
This is a private endpoint. To send requests, you need to authenticate.
You must set either orderId or clientOrderId. If you set both, we use the clientOrderId to identify the order. clientOrderId is only returned if you set it when you created the order.
Rate limit weight points: N/A
Request
Query Parameters
The market in which order was made.
BTC-EURBitvavo identifier of the order.
1be6d0df-d5dc-4b53-a250-3376f3b393e6Your identifier for the trader or the bot within your account that made the request.
543462Your identifier of the order.
If both
clientOrderIdandorderIdare set, we use theclientOrderIdto identify the order.
2be7d0df-d8dc-7b93-a550-8876f3b393e9Responses
- 200
- 4XX
The request was successful.
Response Headers
The number of remaining weight points before it resets at bitvavo-ratelimit-resetat.
The time when bitvavo-ratelimit-remaining resets to bitvavo-ratelimit-limit.
The number of available weight points in one minute.
- application/json
- Schema
- Example (body)
Schema
Bitvavo identifier of the order.
2e7ce7fc-44e2-4d80-a4a7-d079c4750b61Your identifier of the cancelled order. Only returned if specified in the request.
2be7d0df-d8dc-7b93-a550-8876f3b393e9Your identifier for the trader or the bot within your account that made the request.
543462{
"orderId": "2e7ce7fc-44e2-4d80-a4a7-d079c4750b61",
"clientOrderId": "2be7d0df-d8dc-7b93-a550-8876f3b393e9",
"operatorId": 543462
}
For error codes, see Handle errors.