solana_utils.latest_balances table provides the most recent balance snapshot for every address on Solana, covering both native SOL and SPL token holdings.
Each row represents the latest known balance for a specific address and token combination. This table is derived from solana_utils.daily_balances and is incrementally updated.
When to Use This Table
- Look up current token holdings for a wallet
- Build portfolio dashboards showing real-time Solana balances
- Identify top holders of a specific SPL token
- Power wallet scoring and risk profiling systems
Query Performance
This table can be large. Always filter onaddress or token_mint_address for best performance.