Alchemy Subgraphs is sunsetting on December 8, 2025. Migrate your subgraph to Ormi in seconds.
cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/apechain/v1/tokens/{tokenAddress}/holders
{ "cursor": null, "holders_count": 10, "contract": { "address": "0xe31c676d8235437597581b44c1c4f8a30e90b38a", "decimals": 18, "erc_type": "ERC-20", "logoUri": null, "name": "Gains Network", "symbol": "GNS" }, "holders": [ { "address": "0x34f4911911a0883856e8d15e99fda2d8e0fdbf60", "balance": "13016.589170220648844519", "percentage": 59.64575239781693, "raw_balance": "13016589170220648844519" }, { "address": "0x5d7a7940c52ee497717bccab9e0934894a47eb5e", "balance": "4196.516477179279426619", "percentage": 19.22964452960078, "raw_balance": "4196516477179279426619" }, { "address": "0x8b2bc7d000d395cba8442e4d835a5e77e4f9d1fe", "balance": "1931.509456506478060291", "percentage": 8.85073142358955, "raw_balance": "1931509456506478060291" }, "...", { "address": "0x65a8f07bd9a8598e1b5b6c0a88f4779dbc077675", "balance": "0.000581013481644882", "percentage": 0.0000026623707495714662, "raw_balance": "581013481644882" } ] }
Get a list of all the token holders for a specified ERC-20, ERC-721 or ERC-1155 token.
A token address.
The cursor returned in previous response (for getting the next page).
Number of records to fetch
1 <= x <= 100
OK
Show child attributes
Contract address
ERC standard of the token.
Name of the token.
Symbol of the token.