Skip to main content

Track your orders

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

Subscribes to events that return data when your orders in the specified market are updated.

You can receive one of the following events:

  • Subscribe: receive a confirmation that you subscribed to the channel.
  • Order: receive data about all orders you created or updated.
  • Fill: receive data about all fills or trades executed for an orders you created.
info

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

Request

Body
    actionstringrequired

    Set to subscribe to start or to unsubscribe to stop the subscription.

    Possible values: [subscribe, unsubscribe]

    channels object[]required

    The events you want to subscribe to.

  • Array [
  • namestring

    The channel to which you want to subscribe.

    Example: account
    marketsstring[]

    The markets for which you want stream the data.


    You can subscribe to all currently listed markets. Instead of an array of markets, use * as the value: "markets": "*".

    Example: ["BTC-EUR"]
  • ]

Response

Schema
    eventstring

    The returned event.

    Example: subscribed
    subscriptions object

    Object containing all current active subscriptions.

    channel-namestring[]

    The markets you subscribed to for the account.

    Example: ["BTC-EUR","ETH-BTC","ETH-EUR"]