Skip to main content

Cancel orders

REQUEST wss://ws.bitvavo.com/v2 privateCancelOrders

Cancels multiple orders for the specified market or the account.

info

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

Rate limit weight points: N/A

Request

Body
    actionstring

    Set value to privateCancelOrders.

    Example: privateCancelOrders
    requestIdinteger

    Your identifier for the request.

    Example: 1
    marketstringrequired

    The market in which to cancel the orders.
    If not specified, all open orders are canceled.

    Example: BTC-EUR
    operatorIdinteger<int64>required

    Your identifier for the trader or the bot within your account that made the request.

    Example: 543462

Response

Schema
    actionstring

    The action performed.

    Example: privateCancelOrders
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    orderIdstring<UUID>

    Bitvavo identifier of the canceled order.

    Example: 1be6d0df-d5dc-4b53-a250-3376f3b393e6
    operatorIdinteger<int64>

    Your identifier for the trader or the bot within your account that made the request.

    Example: 543462