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/somnia/v1/tokens/{tokenAddress}/holders
[ { "contract": { "address": "<string>", "decimals": 123, "erc_type": "<string>", "logoUri": "<string>", "name": "<string>", "symbol": "<string>" }, "holders": [ { "address": "<string>", "balance": "<string>", "percentage": 123, "raw_balance": "<string>" } ], "holders_count": 123, "updated_at": "2023-11-07T05:31:56Z", "cursor": "<string>" } ]
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.