Skip to main content
GET
/
v2
/
api
Get Token Holder Count by Contract Address
curl --request GET \
  --url https://api.etherscan.io/v2/api
{
  "status": "1",
  "message": "OK",
  "result": "30506"
}

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.

This is a PRO endpoint, available to the Standard Plan and above

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:"token"
Set to token for this endpoint.
action
string
default:"tokenholdercount"
Set to tokenholdercount for this endpoint.
contractaddress
string
default:"0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d"
Contract address of the ERC-20 token.
{
  "status": "1",
  "message": "OK",
  "result": "30506"
}