Digital Asset Price Data for the blockchain industry
Provides digital asset price data for the blockchain industry, focusing on Bitcoin and other cryptocurrencies.
import requests
headers = {
'X-BA-KEY': 'YOUR_API_KEY' # Or similar API key header
}
# Example: Get global average price for BTC in USD
response = requests.get('https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCUSD', headers=headers)
print(response.json())Last 50 checks (10 min intervals)