OrderStatusRequest (35=H)
Retrieves details of an open order to buy or sell a digital asset on Bitvavo.
Rate limit weight points: 5
info
Cannot be used to retrieve the details of completed orders.
Structure
Requires:
Message body
Required column values:
- Y = Required
- N = Not required
- C = Conditionally required (depends on another parameter)
| Tag | Name | Type | Required | Description |
|---|---|---|---|---|
790 | OrdStatusReqID | String | N | Your unique identifier of the request. |
1 | Account | String | N | The unique identifier of the account. If not specified, the |
55 | Symbol | String | Y | The market in which the order was created, for example BTC-EUR. This is a required tag, but Bitvavo ignores the value. |
37 | OrderID | String | C | Bitvavo identifier of the order for which to return the details. Required if ClOrdID is not specified. |
11 | ClOrdID | String | C | Your identifier of the open order for which to return the details. Must be a valid UUID, for example 1be6d0df-d5dc-4b53-a250-3376f3b393e6. Required if OrderID is not specified. If both OrderID and ClOrdID are specified, ClOrdID has precedence. |
54 | Side | Char | Y | Indicates whether the order is to buy or sell the asset. Can be:
This is a required tag, but Bitvavo ignores the value. |