get_trc20_token_holders
Fetch TRC20 token holders and their balances from TronGrid using the contract address, with pagination for large token lists.
Instructions
Get token holder list for a TRC20 contract from TronGrid indexed data. Returns holder addresses and their balances. Supports pagination via limit + fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max holders per page (default 20, max 200) | |
| address | Yes | TRC20 token contract address (base58 T-address or hex 41-prefixed) | |
| network | No | Network name. Defaults to mainnet. | |
| orderBy | No | Sort field, e.g. 'balance,desc' | |
| fingerprint | No | Pagination token from previous response |