Skip to main content

Ticker 24 hour subscription

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

Subscribes to ticker24h events. Every second, it returns an object with the best bids and asks in the last 24 hours.

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: ticker24h
    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.

    ticker24hstring[]

    All markets for which to stream 24h ticker data.

    Example: ["BTC-EUR"]