Get ticker prices
GET/ticker/price
Returns prices of the latest trades on Bitvavo for all markets or a single market.
info
This is a public endpoint. However, authenticating your request gives you a higher rate limit.
note
A tick in a market is any change in the price of a digital asset.
Rate limit weight points: 1
Request
Query Parameters
market string
The market for which to return the latest information.
For the list of all markets on Bitvavo, make a Get markets request.
Example:
BTC-EURResponses
- 200
- 4XX
The request was successful.
- application/json
- Schema
- Example (body)
Schema
- Array [
- ]
marketstring
The market for which you requested the latest trade price.
Example:
BTC-EURpricestring
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:
34,243[
{
"market": "BTC-EUR",
"price": "34,243"
}
]
For error codes, see Handle errors.