Ethereum (ETH)

Query native Ethereum on-chain metrics and distinguish ETH from hosted ERC-20 assets.

PropertyValue
API chain valueethereum
SymbolETH
Network modelProof-of-stake, account based
HistoryNetwork launch onward, subject to metric availability

The ethereum asset represents native ETH. ERC-20 assets such as Chainlink, Uniswap, and stablecoins have separate discovery IDs and manifests even though they share Ethereum as their host network.

curl -H "x-api-key: YOUR_API_KEY" \
  "https://chartinspect.com/api/v1/onchain/status?chain=ethereum"

curl -H "x-api-key: YOUR_API_KEY" \
  "https://chartinspect.com/api/v1/onchain/realized-cap?chain=ethereum&days=365"

Account-based attribution differs from Bitcoin's UTXO model, and proof-of-work mining fields do not apply to current Ethereum. Use the status response for exact fields and /api/v1/chains for current freshness.

Was this page helpful?