Token Holders
Returns top token holders for a contract address.
Included fields: wallet address, balance, and percentage.
Lookup: by address and chain. Supports EVM chains and Solana.
Query parameters
Token CONTRACT ADDRESS — 0x-prefixed hex for EVM chains, base58 for Solana. This is NOT a ticker symbol (e.g. do NOT pass USDC or BTC). To resolve a ticker symbol to a contract address, call GET /v1/search/token?q={symbol}&chain={chain} and use the address whose chain is supported by this endpoint. This endpoint has no symbol parameter.
Token CONTRACT ADDRESS — 0x-prefixed hex for EVM chains, base58 for Solana. This is NOT a ticker symbol (e.g. do NOT pass USDC or BTC). To resolve a ticker symbol to a contract address, call GET /v1/search/token?q={symbol}&chain={chain} and use the address whose chain is supported by this endpoint. This endpoint has no symbol parameter.
Chain. Can be ethereum, polygon, bsc, solana, avalanche, arbitrum, optimism, or base.
Chain. Can be ethereum, polygon, bsc, solana, avalanche, arbitrum, optimism, or base.
Results per page
Results per page
Pagination offset
Pagination offset
Comma-separated enrichments to attach to each holder. Currently valid: labels — adds a full label record alongside the flat entity_name / entity_type fields.
Comma-separated enrichments to attach to each holder. Currently valid: labels — adds a full label record alongside the flat entity_name / entity_type fields.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseTokenHolderItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.