Top 100 Holders
The top 100 holders endpoint returns the largest wallets by balance — fast, no pagination needed.Top 20 Holders
The top 20 holders endpoint is a lighter call — useful for quick whale concentration checks without pulling the full 100.All Holders (Paginated)
For a full export of every holder — needed for building a holder dashboard, tracking supply distribution over time, or doing deep risk analysis — use the paginated holders endpoint. It supports up to 5,000 holders per page. Cursor pagination means the response gives you anextCursor. Send that cursor in the next request to get the next page.
Holder Concentration Analysis
Once you have the holder list, you can calculate supply concentration. This shows how much of the token supply is controlled by the largest wallets.
Use Cases
| What you’re building | Endpoint to use |
|---|---|
| Quick concentration check before buying | Top 20 holders |
| Holder count badge on a token page | Top 100 (check total field) |
| Full holder export / CSV | Paginated (cursor loop) |
| Whale alert — detect large positions | Top 100 or Top 20, filter by percentage |
| Historical holder distribution | Paginated snapshots over time |