How to Get Token Holders on Robinhood Chain (Full Holders List)
If you are wondering how to get token holders on Robinhood Chain, this guide is for you. Every ERC-20 token on Robinhood Chain (chainId 4663, gas paid in ETH) records its full holder list on-chain, and you can read it in seconds. Below we walk you through the method that actually works today: the Blockscout explorer Holders tab, the Blockscout API for exporting the complete list, and a one-click alternative when you want a clean CSV without touching any code.
A holders list is the backbone of on-chain due diligence. Traders use it to check whale concentration before buying, and project owners use it to track their community and to feed an airdrop. Once you have the wallet addresses, you can distribute rewards to every wallet on that list in a single batch.
What is a token holders list?
A holders list is a snapshot of every wallet that owns a given token, together with the balance each one holds and its percentage of the total supply. On an EVM network like Robinhood Chain, which is an Arbitrum Orbit L2 settling on Ethereum and 100% EVM-compatible, this data lives in the token contract and is fully public. Every ERC-20 token tracks balances in a public mapping, so the holder set can be reconstructed by anyone. You do not need permission, an API key, or a paid subscription to read it. That transparency is exactly what makes holder analysis so useful for spotting concentration risk before it becomes your problem.
A few terms you will see over and over: the rich list is the same holders list sorted from the biggest wallet down to the smallest. A whale is any wallet holding a large share of the supply, and concentration is how much of the total sits in the top few wallets. If the top 10 addresses hold 80% of the tokens, that is a red flag: a handful of wallets could dump on the market at any moment. A healthy token usually shows a long tail of smaller holders instead of a short list of giants. Keep in mind that liquidity pools, the burn address (0x000...dead), and bridge or team contracts also show up as holders, so read the top rows with context before you judge a project.
How to get token holders on Robinhood Chain with Blockscout
Robinhood Chain uses Blockscout as its block explorer, at https://robinhoodchain.blockscout.com. This is not an Etherscan-style explorer, so ignore any tutorial that tells you to use Etherscan: the Etherscan API does not support chainId 4663. Everything you need is on Blockscout, and it is free.

Read the holders in the explorer, step by step
- Open Blockscout: go to robinhoodchain.blockscout.com.
- Search the token: paste the token contract address into the search bar and open its token page.
- Open the Holders tab: on the token page, click the Holders tab. You will see every wallet, ranked by balance, with each holder’s percentage of the total supply.
- Read the distribution: scroll the list to see the top holders and how concentrated the supply is. This is your rich list. If a single non-pool wallet holds a big slice of supply, treat it as concentration risk before you buy.
- Verify a contract first: if the token is unverified, run it through contract verification so the explorer shows clean, readable data.
Export the full holders list with the Blockscout API
The Holders tab is great for a quick look, but if you want the complete list as raw data to work with, the Blockscout API at https://robinhoodchain.blockscout.com/api returns it in JSON. Call the token endpoint with your contract address:
https://robinhoodchain.blockscout.com/api?module=token&action=getTokenHolders&contractaddress=0xYOUR_TOKEN_ADDRESSThe response lists every holder address and its raw balance in JSON. The list is paginated, so add &page=1&offset=100 (and increment the page) to walk the full set. Balances come back as raw integers, so divide each one by 10^decimals to get human-readable amounts: a token with 18 decimals and a raw balance of 1500000000000000000 holds 1.5 tokens. Once you have every page, you have the entire holders list ready to convert into a CSV for an airdrop or any other analysis. No API key is needed for basic reads, though heavy or automated use may hit Blockscout rate limits, in which case you register a free key on the explorer.
The one-click alternative: Smithii Snapshot
Reading the API by hand works, but building a clean, deduplicated CSV of thousands of wallets is fiddly. That is where Smithii Snapshot comes in. It is the online tool that pulls the holders of any token and hands you the full list of wallet addresses ready to download, without writing a single line of code.
Hiring a developer to script a holder export against an RPC node is expensive, easily $200 USD or more once you factor in pagination and dedup logic. Smithii Snapshot does the same job for free, in about a minute, without a single line of code. The Smithii suite opens the crypto ecosystem to anyone: zero coding knowledge, same result. Snapshot pairs perfectly with the multisender, so you can snapshot your holders and then distribute tokens to all of them in one flow for just 0.0001 ETH.
Also worth a read: learn what Robinhood Chain is and how to create a token on Robinhood Chain.
What to do with a holders list
- Due diligence: check whale concentration and the top holders before you buy a token.
- Airdrops: feed the wallet list straight into a multisender to reward holders in one batch.
- Governance and rewards: decide who qualifies for votes, staking rewards, or loyalty perks based on their balance at a point in time.
- Transparency: publish a rich list to build trust with your community.
FAQ
How do I get the token holders on Robinhood Chain?
Open the token page on the Blockscout explorer at robinhoodchain.blockscout.com and click the Holders tab. For the complete list as data, call the Blockscout API at robinhoodchain.blockscout.com/api with your contract address.
Can I use Etherscan to see holders on Robinhood Chain?
No. The Etherscan API does not support Robinhood Chain (chainId 4663). The official explorer is Blockscout, so use robinhoodchain.blockscout.com for both the Holders tab and the API.
How do I export the full holders list?
Use the Blockscout API getTokenHolders endpoint and page through the results, or use Smithii Snapshot to pull the holders and download a ready-made CSV without any code.
Is checking token holders on Robinhood Chain free?
Yes. Reading the Holders tab and basic Blockscout API calls are free. You only pay a small ETH fee if you later distribute tokens to those wallets with a multisender.
What gas token does Robinhood Chain use?
ETH. Robinhood Chain is an Arbitrum Orbit L2 that settles on Ethereum, so all fees are paid in ETH.
Can I snapshot holders at a specific block?
Yes. A holders list is a point-in-time snapshot, so for an airdrop you usually pick a cutoff block or time and record who held the token then. Smithii Snapshot lets you capture the holder set so nobody can game the reward by buying in after you announce it, and the resulting CSV drops straight into a multisender.
Conclusion
Getting the holders of a token on Robinhood Chain is fast and free: the Blockscout Holders tab for a quick read, the Blockscout API for the full export, and Smithii Snapshot when you want a clean CSV in one click. Now that you can pull a holders list, the natural next step is to reward those wallets with an airdrop on Robinhood Chain. Subscribe to the Smithii newsletter for weekly on-chain tips built for web3 creators.
The complete Robinhood Chain toolkit
Everything you need to launch and grow a project on Robinhood Chain, all no-code with Smithii:
- Get started: What is Robinhood Chain · best wallets
- Create & launch: create a token · create a meme coin · create a liquidity pool
- Distribute: airdrop ERC-20 tokens · airdrop & testnet guide
- Manage & verify: add a logo & socials · verify your contract · get the holders list
- Grow: volume bot · market maker
- Launchpad bots: Noxa bundler · Noxa volume bot · Flap volume bot · Trench volume bot · Bankr volume bot

CEO & Co-Founder at Smithii. Building on Solana since 2021 and sharing playbooks from the trenches. Also founder of Lince after years investing in DeFi.




