v1

latestOpenAPI 3.0.0Apache 2.02026-07-135792113.5 KB

get stats counters

get/stats

Response

stats

total_blocksstring required
total_addressesstring required
total_transactionsstring required
average_block_timenumber required
coin_pricestring required
total_gas_usedstring required
transactions_todaystring required
gas_used_todaystring required
gas_pricesobject required
static_gas_pricestring required
market_capstring required
network_utilization_percentagenumber required

Example response

{
  "total_blocks": "508700",
  "total_addresses": "982340",
  "total_transactions": "1699427",
  "average_block_time": 25000,
  "coin_price": "0.00254957",
  "total_gas_used": "0",
  "transactions_today": "622",
  "gas_used_today": "49063630",
  "gas_prices": {
    "average": 10,
    "fast": 10,
    "slow": 10
  },
  "static_gas_price": "10.1",
  "market_cap": "420471.10604559750644",
  "network_utilization_percentage": 40.2142
}