Real-time Crypto Currency Exchange Rates
Coinlayer provides a fast and reliable API for real-time and historical crypto currency exchange rates, built for speed and easy integration.
import requests
url = "https://api.coinlayer.com/api/live"
params = {
"access_key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)