Live Cryptocurrency data
CoinRanking provides live cryptocurrency data, requiring an API key for access to its services.
import requests
url = "https://api.coinranking.com/v2/coins"
headers = {
"x-access-token": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)