Cancel orders after
REQUEST wss://ws.bitvavo.com/v2 privateCancelOrdersAfter
Creates an identifier used to group open orders and sets the countdown timer after which those orders are automatically canceled.
To learn how to use this endpoint, see Cancel on disconnect.
Authentication required. To send messages, you need to authenticate connection.
You can create only one group. If you need to create multiple groups, reach out to your Bitvavo contact to enable this.
Rate limit weight points: 5
Request
- Schema
- Example (body)
Body
Set value to privateCancelOrdersAfter.
privateCancelOrdersAfterYour identifier for a group of orders.
Possible values: >= 1 and <= 1000
1Your countdown timer in seconds after which open orders are canceled.
Possible values: >= 10 and <= 300
30Your identifier for the request.
1{
"action": "privateCancelOrdersAfter",
"codGroupId": 1,
"expiryAfterSeconds": 30,
"requestId": 1
}
Response
- Schema
- Example (body)
Schema
The action performed.
Your identifier for the request.
1response object
Your identifier for a group of orders.
1Your countdown timer in seconds after which open orders are canceled.
17202139111{
"action": "string",
"requestId": 1,
"response": {
"codGroupId": 1,
"timeOfExpirySeconds": 17202139111
}
}