evm_gettokenowners
Retrieve ERC20 token holders and analyze ownership distribution, including exchanges and labeled wallets, to identify major stakeholders and their percentages.
Instructions
Identify the major holders of an ERC20 token and understand their ownership percentages. Includes known entities, exchanges and wallet labels.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | The chain to query | eth |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
limit | No | The desired page size of the result. | |
order | No | The order of the result, in ascending (ASC) or descending (DESC) | DESC |
token_address | Yes | The address of the token contract |