[Ethereum] Get ETH Wallet address list (holder list) given a smart contract address (erc20)

blockchainetherethereumjsetherscango-ethereum

I would like to fetch the list of all ETH wallet addresses by an API(?), given a smart contract address (erc20 token address).

Similar feature that we see on etherscan.io under the erc20 Holder list. Any docs/resource would be appreciated. Thanks

Best Answer

You can try Bloxy's Token API: https://bloxy.info/api_methods

I think the one you are looking for is "Token Holder List".

Some methods require a paid subscription but this one isn't.

Related Topic