Live market depth — best bid/ask and spread
API · /bitvavo-api
Bitvavo API
Live spot market data from Bitvavo, the largest retail crypto exchange in the Netherlands and one of the highest-volume euro venues in Europe — served straight from its public API, no key, nothing cached. Get a market's last price, best bid/ask, 24h high/low, open, 24h change and base/quote volume (in euro, USDT or Bitcoin); rank every market for a quote currency by 24h quote volume; list trading pairs with status, order limits and precision; and read live market depth. A distinct European / euro venue, separate from other exchange feeds. Markets are BASE-QUOTE (e.g. BTC-EUR).
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 174 ms
- Server probes · 24h
- Subscribers
- 4,983
- active
- Total calls
- 0
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 3,550 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 3.55k calls/month
- 2 req/sec
- Ticker, tickers, markets & book
- No credit card
Starter
€8.20 /month
- 79,500 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 79.5k calls/month
- 6 req/sec
- Email support
Pro
€21.80 /month
- 418,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 418k calls/month
- 15 req/sec
- Priority support
Business
€52.60 /month
- 2,570,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 2.57M calls/month
- 40 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Electricity Market API
Live European wholesale (day-ahead) electricity prices and the live power-generation mix, from the Fraunhofer ISE Energy-Charts public data. Electricity is one of Europe's largest traded commodities: each bidding zone (Germany, France, the Nordics, Iberia, Italy …) clears a day-ahead auction priced in EUR/MWh, and the resulting curve drives industrial costs and energy-stock moves. The price endpoint returns a zone's day-ahead price right now plus the day's min/max/average; the prices endpoint returns the full hourly day-ahead curve; the zones endpoint lists the supported bidding zones; the power endpoint returns a country's current generation mix by source with the renewable share. Read live, nothing stored. This is Europe's own wholesale-electricity price and generation layer — distinct from fuel/metal commodity feeds and from FX or equity APIs.
api.oanor.com/electricity-api
EU Open Data API
The European Union open-data portal as an API, powered by data.europa.eu — the official single point of access to more than 1.8 million open datasets published by the EU institutions and harvested from the national open-data portals of all 27 member states (including data.gov.uk, data.gouv.fr and GovData Germany). Search datasets across every theme — energy, health, transport, environment, agriculture, economy, justice and more — with optional filters by file format and by publishing country, getting each dataset's identifier, English title and description, publisher, source portal, country, available formats, resource count, last-modified date and licence; read a dataset's full metadata together with all of its downloadable distributions (each distribution's title, format and direct URL), plus categories, keywords, languages and temporal coverage; and explore discovery facets for any query — the most common file formats and the countries publishing matching datasets. Ideal for data journalism, civic-tech and govtech applications, research, market and policy analysis, and any tool that needs to find and download European public-sector information. Dataset identifiers come from search results; titles and descriptions are returned in English where available. Data from data.europa.eu (licences vary per dataset; most are CC-BY or public domain).
api.oanor.com/eudata-api
AscendEX Exchange API
Live spot market data from AscendEX (formerly BitMax), a global crypto exchange, served straight from its public API with no key and nothing cached. The ticker endpoint returns a market's last price, open, 24-hour high and low, 24-hour change, best bid and ask and volume. The tickers endpoint returns every spot market for a quote currency ranked by 24-hour volume, so one call surfaces the most-traded pairs on the venue. The markets endpoint lists the tradable pairs with their tick and lot size and minimum and maximum notional. The book endpoint returns live order-book depth — every bid and ask level with price and amount, plus the best bid/ask and the spread. Everything is read live from AscendEX on each request, nothing stored. A distinct global venue, separate from the other exchange feeds on the marketplace. Markets are written BASE/QUOTE; BTC_USDT is also accepted. Ideal for trading bots, price tickers, arbitrage scanners, portfolio trackers and market dashboards. Live, no key. 4 spot endpoints. For candles or perpetuals use an OHLC or derivatives API.
api.oanor.com/ascendex-api
XT Exchange API
Live spot market data from XT.com, a global crypto exchange, served straight from its public v4 API with no key and nothing cached. The ticker endpoint returns a market's last price, open, 24-hour high and low, 24-hour change and base and quote volume. The tickers endpoint returns every spot market for a quote currency ranked by 24-hour quote volume, so one call surfaces the most-traded pairs on the venue. The markets endpoint lists the tradable pairs with their price and quantity precision and trading state. The book endpoint returns live order-book depth — every bid and ask level with price and amount, plus the best bid/ask and the spread. Everything is read live from XT on each request, nothing stored. A distinct global venue, separate from the other exchange feeds on the marketplace. Ideal for trading bots, price tickers, arbitrage scanners, portfolio trackers and market dashboards. Live, no key. 4 spot endpoints. For candles or perpetuals use an OHLC or derivatives API.
api.oanor.com/xt-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Bitvavo API?
What's the rate limit for Bitvavo API?
How much does Bitvavo API cost?
Can I cancel my subscription anytime?
Is Bitvavo API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/bitvavo-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/bitvavo-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/bitvavo-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/bitvavo-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.