Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Token Holder Stats

Ethereum Logo

Looking for token holder stats on EVM?

Access token holder statistics on EVM using our API.

Explore EVM API
GEThttps://solana-gateway.moralis.io/token/:network/holders/:address
PATH PARAMS
networkstringrequired
The network to query
addressstringrequired
The address to query
Responses
200
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://solana-gateway.moralis.io/token/mainnet/holders/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"totalHolders": 5000
}