Crypto Currency Prices
Provides cryptocurrency prices and market data.
import requests
url = "https://api.coinlib.io/v1/coin"
params = {
"symbol": "BTC",
"currency": "USD",
"api_key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)