Get Token Holders logo

Catalog action Blockchain Data

Retrieve the top holders of any ERC-20 token via Sim Dune API, ranked by balance (largest first). Returns wallet addresses, token balances, percentage of supply, and USD values. Pagination: max 500/request, use nextOffset for additional holders. Ideal for: whale tracking, token distribution analysis, concentration risk detection, governance analysis, airdrop targeting.

At a Glance

FieldValue
Action IDsim-dune-get-token-holders
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssim-dune, blockchain, token, holders, distribution, whale, analytics, top-holders, concentration, governance, read

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID where the token exists
tokenAddressstringYesToken contract address
limitnumberNoMaximum number of holders to return (default: 500, max: 500)
offsetstringNoCursor for pagination (use nextOffset from previous response)

Result Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID queried
tokenAddressstringYesToken address queried
holdersarrayYesToken holders ranked by balance
nextOffsetstringNoCursor for next page of results

Examples

json
{ "type": "sim-dune-get-token-holders", "payload": { "chainId": 8453, "tokenAddress": "0x0000000000000000000000000000000000000000" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I