Skip to main content

Cancel order

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

Cancels an open order.

info

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

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

Body
    actionstring

    Set value to privateCancelOrder.

    Example: privateCancelOrder
    requestIdinteger

    Your identifier for the request.

    Example: 1
    marketstringrequired

    The market in which to update an order.

    Example: BTC-EUR
    operatorIdinteger<int64>required

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

    Example: 543462
    orderIdstring<UUID>

    Bitvavo identifier of the order to update.

    Example: 95d92d6c-ecf0-4960-a608-9953ef71652e
    clientOrderIdstring<UUID>

    Your identifier of the order to cancel.


    If both clientOrderId and orderId are set, we use the clientOrderId to identify the order.

    Example: 2be7d0df-d8dc-7b93-a550-8876f3b393e9

Response

Schema
    actionstring

    The action performed.

    Example: privateCancelOrder
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    orderIdstring<UUID>

    Bitvavo identifier of the order.

    Example: 2e7ce7fc-44e2-4d80-a4a7-d079c4750b61
    clientOrderIdstring<UUID>

    Your identifier of the cancelled order. Only returned if specified in the request.

    Example: 2be7d0df-d8dc-7b93-a550-8876f3b393e9
    operatorIdinteger<int64>

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

    Example: 543462