⚡ Powered by Solana Ridge DBGet faster Solana token account data with Ridge DB, our custom-built client designed for high-performance token account retrieval. Ridge DB uses specialized indexes that make fetching wallet token holdings significantly faster than standard RPC methods.What makes it different:Need to track only new tokens? Use
changedSince
to fetch accounts modified after a specific slot, perfect for incremental portfolio updates. Want to filter out dust? The excludeZero
parameter automatically hides empty token accounts, keeping your results clean and reducing bandwidth.High Load ConsiderationsThis endpoint streams all token accounts directly to your client. While this works great for most wallets, it can return errors during high load or when querying wallets with millions of token accounts (like liquidity pools or protocol-owned accounts).Need better reliability? Use getTokenAccountsByOwnerV2 instead. The V2 method includes pagination support, making it more efficient and reliable for large wallets and high-traffic scenarios.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0
Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getTokenAccountsByOwner
Example:
"getTokenAccountsByOwner"
Parameters for querying token accounts owned by a specific public key.