Read holder concentration
get_holder_concentrationAssess exit risk by listing the largest token accounts for a tokenized asset, showing supply share, owner wallet, and frozen status.
Instructions
List the largest token accounts for an asset with each one's share of supply, the wallet that owns it, and whether it is frozen. Concentration is the practical exit-risk measure for a tokenized asset, though the top of this list is usually liquidity pools and custodians rather than end investors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Registry symbol such as TSLAx, or any Solana mint address. | |
| limit | No | How many accounts to list. The RPC returns at most 20. | |
| resolveOwners | No | Resolve the wallet behind each token account. Costs one extra RPC read. |