# Kraken API **Provider:** Kraken **Category:** finance **Base URL:** `https://docs.kraken.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 call/s (public) ยท Tier-based private limits **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.kraken.com/rest/ ## Description Cryptocurrencies Exchange ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.kraken.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.kraken.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free API access for public market data. Spot trading: maker 0.16%/taker 0.26% base (decreases with volume). Futures: 0.02%/0.05%. --- *Source: [API Map](https://apimap.dev/apis/kraken/) โ€” CC BY 4.0*