Get Token Top Holders
get_token_top_holdersGet the top holders of an ERC-20 token contract, with each holder's address and quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of holders to return (1-1000). Default 10. | |
| chainid | No | Numeric chain id (e.g. 1=Ethereum, 56=BNB, 137=Polygon). Defaults to server config. | |
| contractaddress | Yes | ERC-20 token contract address. |