Skip to main content

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)
TagNameTypeRequiredDescription
790OrdStatusReqIDStringNYour unique identifier of the request.
1AccountStringNThe unique identifier of the account.
If not specified, the SenderCompID is used.
55SymbolStringYThe market in which the order was created, for example BTC-EUR.
This is a required tag, but Bitvavo ignores the value.
37OrderIDStringCBitvavo identifier of the order for which to return the details. Required if ClOrdID is not specified.
11ClOrdIDStringCYour 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.
54SideCharYIndicates whether the order is to buy or sell the asset.
Can be:
  • 1: Buy
  • 2: Sell

This is a required tag, but Bitvavo ignores the value.

See also