Holder Snapshot
holder_snapshotGet top holder addresses, token balances, share percentages, and contract flags for a token symbol. Use to assess holder concentration and distribution.
Instructions
Top holders of a token's contract from the explorer (one page, max 50 rows, cached 600s inside the explorer client). Each row: address, value (float token units, raw/1e18), share_pct (= value / total_supply * 100) and is_contract. total_supply comes from the RPC totalSupply() call, falling back to the explorer's own token row when the RPC is unavailable (source-tagged either way). Explorer/RPC failures return an error dict with kind + hint, never a silent empty list. Example: holder_snapshot(symbol="AAPL", limit=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||