Tokens
Get ERC20-Token TotalSupply by ContractAddress
Returns the amount of an ERC-20 token in circulation.
GET
/
v2
/
api
Get ERC20-Token TotalSupply by ContractAddress
curl --request GET \
--url https://api.etherscan.io/v2/api{
"status": "1",
"message": "OK",
"result": "21265524714464"
}
Query Parameters
Your Etherscan API key.
Chain ID to query, eg
1 for Ethereum, 8453 for Base from our supported chains.Set to
stats for this endpoint.Set to
tokensupply for this endpoint.Contract address of the ERC-20 token.
{
"status": "1",
"message": "OK",
"result": "21265524714464"
}
⌘I