Alchemy Ethereum
Ethereum Node-as-a-Service Provider
| 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 |
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.
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); Ethereum Node-as-a-Service Provider
Exchange for Trading Cryptocurrencies based in China
Digital Asset Price Data for the blockchain industry
Cryptocurrency Trading Platform
Real-Time Cryptocurrency derivatives trading platform based in Hong Kong
Real-time Crypto Currency Exchange Rates
API for querying token and pool stats across various liquidity pools
API for querying decentralize exchange
Ethereum Node-as-a-Service Provider
Exchange for Trading Cryptocurrencies based in China
Get the list of all traded assets in the exchange
Digital Asset Price Data for the blockchain industry
Financial and Technical Data related to the Bitcoin Network
Cryptocurrency Trading Platform
Real-Time Cryptocurrency derivatives trading platform based in Hong Kong