Skip to main content

Book subscription

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

Subscribes to events that return data when there is a change in the order book.

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: book
    marketsstring[]

    The markets for which you want stream the data.

    Example: ["BTC-EUR"]
  • ]

Response

Schema
    eventstring

    The returned event.

    Example: book
    subscriptions object

    The object with all currently active subscriptions.

    bookstring[]

    The markets for which to stream order book data.

    Example: ["BTC-EUR"]