explorer_get_token_holders
Retrieve paginated token holder lists for a token contract by providing chain ID and contract address. Access ownership data with optional page and page size controls.
Instructions
Get a paginated list of token holders for a given token contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| pageSize | No | Results per page (default varies by endpoint) | |
| contractAddress | Yes | Contract address (0x-prefixed) |