Skip to main content
GET
/
v2
/
api
Get Total Supply of Ether 2
curl --request GET \
  --url https://api.etherscan.io/v2/api
{
  "status": "1",
  "message": "OK",
  "result": {
    "EthSupply": "122373866217800000000000000",
    "Eth2Staking": "2940327167090033000000000",
    "BurntFees": "4610942856337430575173814",
    "WithdrawnTotal": "7618584348954597000000000"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
chainid
string
default:"1"
Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.
module
string
default:"stats"
Set to stats for this endpoint.
action
string
default:"ethsupply2"
Set to ethsupply2 for this endpoint.
{
  "status": "1",
  "message": "OK",
  "result": {
    "EthSupply": "122373866217800000000000000",
    "Eth2Staking": "2940327167090033000000000",
    "BurntFees": "4610942856337430575173814",
    "WithdrawnTotal": "7618584348954597000000000"
  }
}