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)
| Tag | Name | Type | Required | Description |
|---|---|---|---|---|
11 | ClOrdID | String | Y | Your new identifier of the order, that will replace the original ClOrdID. |
1 | Account | String | N | The unique identifier of the account. If not specified , the |
60 | TransactTime | UTCTimestamp | Y | The UTC timestamp in nanoseconds when the order was created. |
530 | MassCancelRequestType | Char | Y | Indicates whether to cancel orders for the market or the account. Can be:
|
55 | Symbol | String | C | The market in which the orders were created, for example BTC-EUR. Required if MassCancelRequestType = 1. |
5002 | OperatorID | Int | Y | Custom Bitvavo tag Your identifier for the trader or the bot within your account that made the request. |