At a glance
ProviderKraken (Payward, Inc.)
TypeREST API
CategoryCrypto
Real-timeNo — request/response
AuthNone — open endpoint
PricingFree — public market-data endpoints require no API key or fee — Public market data (OHLC, Ticker, Depth, Trades): free, no auth required, Rate limits scale by verification tier (Starter/Intermediate/Pro) for authenticated keys, Free downloadable historical OHLCVT data archive available separately, No paid tier required for spot market-data polling
What data it provides
- OHLC candles: timestamp, open, high, low, close, VWAP, volume, trade count per bar
- Candle intervals: 1, 5, 15, 30, 60, 240, 1440, 10080, 21600 minutes
- Ticker: ask, bid, last-trade price/volume, 24h volume, VWAP, today/24h high-low, open
- Coverage: BTC (XBT), ETH and hundreds of crypto spot pairs (plus tokenized assets/forex via asset_class)
- OHLC 'last' field for incremental polling of newly committed candles
Features
- No authentication needed for public OHLC/Ticker endpoints (security: [])
- Rate limited by IP + currency pair for OHLC/Trades; ~1 request/sec stays within limits
- OHLC returns up to 720 most-recent entries; older data not retrievable via 'since'
- Ticker covers all tradeable pairs in one call when pair param omitted
- REST, WebSocket and FIX 4.4 interfaces; community SDKs in Python/JS/Go
- Counter-based rate limiter that decays per verification tier for keyed calls
Links
Use it in a bot
Other crypto data sources