Cancel order
DELETE/order
Cancels an open order.
info
This is a private endpoint. To send requests, you need to authenticate.
info
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
Responses
- 200
- 4XX
The request was successful.
Response Headers
bitvavo-ratelimit-remaining
The number of remaining weight points before it resets at bitvavo-ratelimit-resetat
.
bitvavo-ratelimit-resetat
The time when bitvavo-ratelimit-remaining
resets to bitvavo-ratelimit-limit
.
bitvavo-ratelimit-limit
The number of available weight points in one minute.
For error codes, see Handle errors.