Getting Data
How to get SPL tokens
Learn how to retrieve and query SPL token data using Helius APIs
Solana’s SPL token ecosystem is vast, and Helius provides multiple APIs to efficiently query token data.
Basic Token Account Information
Get balance for a specific token account using RPC:
API Reference
getTokenAccountBalance
Finding Token Accounts by Owner
List all token accounts owned by a wallet:
API Reference
getTokenAccountsByOwner
Finding Token Accounts by Mint
List all accounts holding a specific token:
API Reference
getTokenAccountsByOwner
Getting Token Supply
Check the total supply of a token:
API Reference
getTokenSupply
Finding Large Token Holders
Identify the largest accounts holding a token:
API Reference
getTokenLargestAccounts
Advanced Token Data with DAS API
For more comprehensive token information including metadata:
API Reference
getAsset