Kraken
Public REST API for accessing cryptocurrency market data from the Kraken exchange, including real-time and historical ticker prices, order books, trade records, OHLC candles, and asset pair information.
Slug: kraken
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
kraken.com:krakenBase URL:
https://docs.kraken.com/rest/Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with Kraken — I can pull live cryptocurrency market data — prices, order books, candlestick charts with VWAP, and spreads — from Kraken's public REST API without authentication, but you need to know that Kraken calls Bitcoin XBT not BTC and uses internal pair codes like XXBTZUSD.
Skills
- Access kraken market data — I can pull live cryptocurrency market data — prices, spreads, VWAP, and order book depth — from Kraken's public REST API without authentication, but you need Kraken's internal pair codes like `XXBTZUSD` (not `BTCUSD`).
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| 0/public/AssetPairs | Get tradable asset pairs | text/plain |
— |
| 0/public/Assets | Get asset info | text/plain |
— |
| 0/public/Depth | Get order book | application/json |
— |
| 0/public/OHLC | Get OHLC data | application/json |
— |
| 0/public/Spread | Get recent spreads | application/json |
— |
| 0/public/SystemStatus | Get system status | text/plain |
— |
| 0/public/Ticker | Get ticker information | text/plain |
— |
| 0/public/Time | Get server time | text/plain |
— |
| 0/public/Trades | Get recent trades | application/json |
— |