Skip to main content

Get ticker book

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

Stream the highest buy and the lowest sell prices currently available for all markets, or a single market, in the Bitvavo order book.

Rate limit weight points: 1

Request

Body
    actionstring

    Set value to getTickerBook.

    Example: getTickerBook
    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: getTickerBook
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    marketstring

    The market for which you requested the latest trade price.

    Example: BTC-EUR
    bidstring

    The highest buy order in the quote currency for the market currently available on Bitvavo.

    Example: 4999.9
    bidSizestring

    The amount of base currency for the bid in the order.

    Example: 0.15
    askstring

    The lowest sell order in the quote currency for the market currently available on Bitvavo.

    Example: 5003.3
    askSizestring

    The amount of base currency for the ask in the order.

    Example: 0.2