Skip to main content

Ticker subscription

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

Subscribes to ticker events which return an object every time the best bid or ask changes.

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

    The markets for which you want stream the data.

    Example: ["BTC-EUR"]
  • ]

Response

Schema
    eventstring

    The returned event.

    Example: subscribed
    subscriptions object

    The object with all currently active subscriptions.

    tickerstring[]

    All markets for which to stream ticker data.

    Example: ["BTC-EUR"]