research_token_holders
Analyze holder concentration and whale exposure by retrieving top token holders with balance and percentage share for any contract address.
Instructions
Retrieve the top token holders for a given contract address using GoPlus Security data. Returns a ranked list of holder addresses with their balance and percentage share of the total supply, enabling analysis of holder concentration and whale exposure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| token | Yes | Token contract address | |
| chainId | No | Chain ID (defaults to runtime config) |