Skip to main content

OrderMassCancelRequest (35=q)

Cancels multiple open orders to buy or sell a digital asset on Bitvavo. You can cancel all open orders either for a specific market or all orders for the account.

Rate limit weight points: 1

Structure

Requires:

Message body

Required column values:

  • Y = Required
  • N = Not required
  • C = Conditionally required (depends on another parameter)
TagNameTypeRequiredDescription
11ClOrdIDStringYYour new identifier of the order, that will replace the original ClOrdID.
1AccountStringNThe unique identifier of the account.
If not specified , the SenderCompID is used.
60TransactTimeUTCTimestampYThe UTC timestamp in nanoseconds when the order was created.
530MassCancelRequestTypeCharYIndicates whether to cancel orders for the market or the account.
Can be:
  • 1: Cancels all orders for the specified market
  • 7: Cancels all orders for the specified account
55SymbolStringCThe market in which the orders were created, for example BTC-EUR.
Required if MassCancelRequestType = 1.
5002OperatorIDIntYCustom Bitvavo tag
Your identifier for the trader or the bot within your account that made the request.

See also