FreeAPI.watch

Kraken Public API

Public REST API for Kraken exchange providing ticker info, OHLC data, order book depth, and recent trades.

Status
🟢 Online · 260 ms
30-day uptime
100%
Free tier
Unlimited public data, no key required
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Kraken Public API with…

Official docs ↗

Frequently Asked Questions

Does Kraken Public API require an API key?

No, Kraken Public API is freely accessible without registration or an API key.

What is Kraken Public API's free tier?

Unlimited public data, no key required

Is Kraken Public API currently online?

We check Kraken Public API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Kraken Public API

Kraken's public API is well-suited for building cryptocurrency tools that need reliable, accurate market data from a regulated exchange. It covers spot prices, OHLCV data, order book snapshots, and recent trades — all without authentication — and has no stated rate limit on public endpoints.

Common pitfalls

Quick start (bash)

curl "https://api.kraken.com/0/public/Ticker?pair=XBTUSD" | python3 -c "import sys,json; d=json.load(sys.stdin); t=d['result']['XXBTZUSD']; print(f"Last: ${t['c'][0]}, Vol 24h: ${t['v'][1]}, High: ${t['h'][1]}")"

Embed this badge

Add a live status badge to your README, docs, or website.

Kraken Public API status badge

Markdown

[![Kraken Public API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/kraken-public.svg)](https://freeapi.watch/kraken-public)

HTML

<a href="https://freeapi.watch/kraken-public"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/kraken-public.svg" alt="Kraken Public API Status"/></a>