Skip to main content

Atomic cancel orders

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

Cancels all open orders to buy or sell in the specified market as a single atomic request. The request is processed in strict arrival order and executed without interleaving with other operations.

info

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

Rate limit weight points: 100

Request

Body
    actionstring

    Set value to privateAtomicCancelOrders.

    Example: privateAtomicCancelOrders
    requestIdinteger

    Your identifier for the request.

    Example: 1
    marketstringrequired

    The market in which to cancel all orders on the selected side.

    Example: BTC-EUR
    sidestringrequired

    Cancels all buy orders or all sell orders in specified market.

    Possible values: [buy, sell]

    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: privateAtomicCancelOrders
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object[]

    An array with the list of canceled orders.

  • Array [
  • 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
  • ]