API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/onchain/BTC' \
  -H 'Accept: application/json'
200 Response
{
  "symbol": "BTC",
  "metrics": {
    "date": "2024-01-15T00:00:00.000Z",
    "hash_rate": 0,
    "active_addresses": 0,
    "tx_count": 0,
    "avg_tx_fee": 0,
    "miner_revenue": 0,
    "market_cap": 0
  }
}