Kraken

Category Cryptocurrency
Authentication apiKey
HTTPS Yes
CORS unknown
Difficulty intermediate
Official URL https://docs.kraken.com/rest/
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Kraken is a cryptocurrency API described as: Cryptocurrencies Exchange. It is useful when you need programmatic access to cryptocurrencies exchange from applications, dashboards, or internal tools. The published entry point or documentation is hosted at docs.kraken.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.

Use Cases

  • Add cryptocurrencies exchange to a cryptocurrency discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Kraken for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces cryptocurrencies exchange to end users.

Code Examples

const url = "https://docs.kraken.com/rest/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "X-API-Key": "YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

Binance

Exchange for Trading Cryptocurrencies based in China

apiKey HTTPS CORS: unknown

BitcoinAverage

Digital Asset Price Data for the blockchain industry

apiKey HTTPS CORS: unknown

Bitfinex

Cryptocurrency Trading Platform

apiKey HTTPS CORS: unknown

Bitmex

Real-Time Cryptocurrency derivatives trading platform based in Hong Kong

apiKey HTTPS CORS: unknown

Other APIs in Cryptocurrency

Coinlayer

Real-time Crypto Currency Exchange Rates

apiKey HTTPS CORS: unknown

0x

API for querying token and pool stats across various liquidity pools

No Auth HTTPS CORS: yes

1inch

API for querying decentralize exchange

No Auth HTTPS CORS: unknown

Binance

Exchange for Trading Cryptocurrencies based in China

apiKey HTTPS CORS: unknown

Bitcambio

Get the list of all traded assets in the exchange

No Auth HTTPS CORS: unknown

BitcoinAverage

Digital Asset Price Data for the blockchain industry

apiKey HTTPS CORS: unknown

BitcoinCharts

Financial and Technical Data related to the Bitcoin Network

No Auth HTTPS CORS: unknown

Bitfinex

Cryptocurrency Trading Platform

apiKey HTTPS CORS: unknown

Bitmex

Real-Time Cryptocurrency derivatives trading platform based in Hong Kong

apiKey HTTPS CORS: unknown