Account
This section covers wallet and account state at the blockchain layer, including token accounts and batch account-detail lookups. Use this section when you need:- raw account state for one wallet
- token accounts owned by a wallet
- batch account-detail lookups
- infra-friendly account inspection instead of market abstractions
Which endpoint should I use?
Notes
- Use this section when you care about account state and ownership, not token price or market activity.
- Batch account-detail lookups are useful for infra jobs, wallet inspection, and state backfills.
- Token-account inventory is especially useful for Solana-native balance tooling and ownership analysis.
Typical workflow
- Load
Blockchain - Account Detailfor a base wallet snapshot. - Add
Blockchain - Token Accountswhen you need token inventory under that wallet. - Use
Blockchain - Multiple Account Detailsfor monitoring or batch enrichment jobs.

