CEX API

Kraken public market API

Public REST, no authentication for spot market data. Ticker endpoint can be pair-specific or can query a list built from AssetPairs.

Access

Base URL
https://api.kraken.com
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /0/public/AssetPairsNo required parameters for CoinEel's all-market/all-ticker call.Tradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /0/public/Ticker?pair=XBTUSDNo required parameters for CoinEel's all-market/all-ticker call.Last price, 24h base/quote volume when exposed, bid/ask when exposed, and native 24h change when exposed.

Rate limits

Official docs publish separate public, private, and trading rate limits.

Official source: https://docs.kraken.com/api/ | https://docs.kraken.com/api/docs/rest-api/get-tradable-asset-pairs/ | https://docs.kraken.com/api/docs/rest-api/get-ticker-information/ | https://docs.kraken.com/api/docs/guides/spot-rest-ratelimits/ | https://api.kraken.com/0/public/AssetPairs | https://api.kraken.com/0/public/Ticker?pair=XBTUSD | https://status.kraken.com/

Fees

Not verified yet.

Example

curl -sS 'https://api.kraken.com/0/public/Ticker?pair=XBTUSD'

Back to CEX index