Solana · Arazzo Workflow
Solana Analyze an SPL Token Mint and Its Largest Holders
Version 1.0.0
Read a mint's total supply, list its 20 largest token accounts, and inspect the top holder.
Provider
Workflows
token-mint-analytics
Profile an SPL Token mint's supply and holder concentration.
Combines total supply with the largest holding accounts and the identity of the top holder.
1
totalSupply
getTokenSupply
Read the mint's current total supply, returned as a raw amount plus the decimals needed to render it.
2
largestHolders
getTokenLargestAccounts
List the twenty largest token accounts for the mint, ordered by balance, which is the raw material for a concentration calculation.
3
inspectTopHolder
getAccountInfo
Inspect the largest token account in parsed form so the owning wallet behind the balance is visible rather than just the token account address.