Solana Wallet Tokens
solana_wallet_tokensSPL token holdings of a Solana wallet: mint address, token balance, decimals and token-account address for every position, sorted largest first, covering both the SPL Token and Token-2022 programs. Answers "which tokens does this Solana address hold and how much of each". Sourced live from public Solana JSON-RPC (getTokenAccountsByOwner). Zero balances are dropped and results paginate, because a busy wallet can hold thousands of token accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Holdings per page, 1-200 (default 25) | |
| offset | No | Page offset into the balance-sorted list (default 0) | |
| wallet | Yes | Base58 Solana wallet address (32-44 chars) | |
| program | No | Which token program to scan (default both) | |
| min_amount | No | Keep only holdings at or above this token balance | |
| include_zero | No | Include emptied token accounts (default false) |