Retrieves the current list of ERC-20 token holders and their token balances.
curl "https://api.etherscan.io/v2/api?chainid=1&module=token&action=tokenholderlist&contractaddress=0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d&page=1&offset=10&apikey=YourApiKeyToken"
{ "status": "1", "message": "OK", "result": [ { "TokenHolderAddress": "0xa5b7d615c99f011a22f16f5809890ca6900200a3", "TokenHolderQuantity": "2" }, { "TokenHolderAddress": "0x0412a1d25fbdcabc536603198330021ccb13240b", "TokenHolderQuantity": "3385700" } ] }
1
8453
token
tokenholderlist