Skip to main content

Get ticker prices

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

Returns prices of the latest trades on Bitvavo for all markets or a single market.

info

A tick in a market is any change in the price of a digital asset.

Rate limit weight points: 1

Request

Body
    actionstring

    Set value to getTickerPrice.

    Example: getTickerPrice
    requestIdinteger

    Your identifier for the request.

    Example: 1
    marketstringrequired

    The market for which to return the order book.

    Example: BTC-EUR

Response

Schema
    actionstring

    The action performed.

    Example: getTickerPrice
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    marketstring

    The market for which you requested the latest trade price.

    Example: BTC-EUR
    pricestring

    The latest trade price for 1 unit of base currency in the amount of quote currency for the specified market. For example, 34243 Euro.

    Example: 34243