getTokenOwners
Retrieve major holders of an ERC20 token and analyze their ownership percentages using token contract address, with optional pagination for large datasets.
Instructions
Identify the major holders of an ERC20 token and understand their ownership percentages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
limit | No | The desired page size of the result. | |
token_address | No | The address of the token contract |