Skip to main content

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.

info

Authentication required. To send messages, you need to authenticate connection.

info

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

Body
    actionstringrequired

    Set value to privateCancelOrdersAfter.

    Example: privateCancelOrdersAfter
    codGroupIdintegerrequired

    Your identifier for a group of orders.

    Possible values: >= 1 and <= 1000

    Example: 1
    expiryAfterSecondsintegerrequired

    Your countdown timer in seconds after which open orders are canceled.

    Possible values: >= 10 and <= 300

    Example: 30
    requestIdinteger

    Your identifier for the request.

    Example: 1

Response

Schema
    actionstring

    The action performed.

    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    codGroupIdinteger

    Your identifier for a group of orders.

    Example: 1
    timeOfExpirySecondsinteger

    Your countdown timer in seconds after which open orders are canceled.

    Example: 17202139111