← Back to Dashboard

BitcoinAverage

CryptocurrencyActiveUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Digital Asset Price Data for the blockchain industry

✨ AI Summary

Provides digital asset price data for the blockchain industry, focusing on Bitcoin and other cryptocurrencies.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)