Cryptocurrencies prices, volume and more
Provides free, real-time cryptocurrency market data for developers, including prices and volume, for various projects.
import requests
url = "https://api.coinlore.com/api/tickers/"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)