← Back to Dashboard

CryptoCompare

CryptocurrencyActiveCORS ReadyUnknownAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Cryptocurrencies Comparison

✨ AI Summary

CoinDesk's API offers live and historical cryptocurrency data, including BTC and ETH prices, social insights, news, and blockchain analytics.

Code Example

import requests

url = "https://api.coindesk.com/v1/bpi/currentprice.json"
headers = {"X-API-KEY": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)