E

eth-chain-stats · D ETH Chain Stats

by eth-chain-stats

GETBase

$0.01

per call · USD Coin on Base

Ethereum On-chain Stats & Gas — Ethereum mainnet snapshot: ETH price and 24h change, market cap, total transactions, addresses, daily volume, average block time, and real-time gas prices (slow/standard/fast) in Gwei. Gas is a direct measure of on-chain activity and cost; check before airdrop farming or transactions. Blockscout official API, free no key.

Endpoint

GET https://agentdatum.com/api/v1/d/eth-chain-stats

9

Calls / 30d

4

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agentdatum.com/api/v1/d/eth-chain-stats", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agentdatum.com/api/v1/d/eth-chain-stats?method=GET" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "collected_at": "2026-08-14T05:30:01Z",
  "data": {
    "average_block_time_ms": 12121,
    "coin_price_change_24h_pct": -0.26,
    "coin_price_usd": 1880.41,
    "gas_average_gwei": 0.12,
    "gas_fast_gwei": 0.87,
    "gas_slow_gwei": 0.06,
    "gas_updated_at": "2026-08-14T05:29:33.785128Z",
    "gas_used_today": "216408055899",
    "how_to_read": "gas 低=链上冷清(适合撸空投/批量交互成本低);gas 高=行情或 mint 火爆。transactions_today 与 network_utilization 反映真实链上活跃度。",
    "market_cap_usd": 226931588587.7783,
    "network_utilization_pct": 50.37168691796396,
    "total_addresses": "706587735",
    "total_blocks": "25750563",
    "total_transactions": "3682031222",
    "transactions_today": "2690548"
  },
  "note": "Blockscout 公共实例,免费无 key",
  "product_id": "eth-chain-stats",
  "source": "blockscout",
  "type": "区块链"
}

Payment details

Pay to0xcd265870a20db25250535cb8a0d3bb0850417902
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from eth-chain-stats & similar services