Changelog
- All Updates
- Solana RPC
- Yellowstone gRPC
- Data API
- Datastream
- Swap API
- General
Ridge Stream — Enhanced Holder Data
All holder endpoints and real-time streams have been migrated to Ridge Stream, from our new high-performance service RidgeDBWhat’s New
REST Endpoints/tokens/{token}/holders— Get top 100 holders (use /tokens//holders/pagination for pagination and higher limits )/tokens/{token}/holders/top— Fetch top holders by balance (excluding known wallets like lp)/holders/multi— Multi-token holder count lookups/holders/chart— Historical holder charts with more datapoints (now also includes SOL, USDC, and more)
- Holder count updates — Live tracking of total holders
- Wallet balance updates — Now includes native SOL with improved reliability
- Top 100 holders — Real-time rankings of largest holders
- Snipers and insiders — Track early buyers and insider activity
New Search Filters
Added new filters to the token search endpoint:launchpad— Filter by launch platform (pumpfun,moonshot,letsbonk.fun,believe)image— Search by exact image URLhasImage— Filter tokens that have/don’t have images (true/false)
Paginated Token Holders Endpoint
We’ve launched a new endpoint for fetching all token holders with cursor-based pagination.What’s New
GET /tokens/{tokenAddress}/holders/paginated- Cursor pagination — Navigate through all holders efficiently
- Up to 5,000 per page — Fetch large batches in a single request
- Ridge DB powered — Fast queries even for tokens with millions of holders
- Complete holder data — Returns wallet, token account, amount, USD value, total holder count and ownership percentage
The Improvement
Previously limited to 100 holders, this endpoint now handles tokens with any number of holders while maintaining consistent performance.Ridge DB Performance & Features Update
We’ve shipped several improvements to our Ridge DB-powered RPC methods to give you even more control and speed.What’s New
- Total count support —
getProgramAccountsV2andgetTokenAccountsByOwnerV2now returntotalCountin responses, making pagination and UI updates easier - Faster queries — New indexes dramatically improve response times for certain account lookups
- Stability improvements — Bug fixes and optimizations
Solana Ridge DB
We’ve rolled out two new RPC methods powered by Ridge DB — our high-performance engine designed for lightning-fast account lookups on Solana.🧭 New Methods
getProgramAccountsV2
Supercharged program account queries with:changedSince— Fetch only accounts updated after a given slot (great for incremental syncs)excludeZero— Automatically skip empty token accounts- Cursor pagination — Retrieve up to 10,000 accounts per request
getTokenAccountsByOwnerV2
Optimized token account retrieval, featuring the same Ridge DB speed and:changedSince— Get only new or updated token accountsexcludeZero— Filter out dust or empty balances- Cursor pagination — Smoothly handle large token sets
💡 Why Ridge DB?
Ridge DB isn’t your standard RPC backend. It’s a purpose-built system for account-heavy workloads that delivers:- Faster response times
- Slot-based incremental updates
- Cursor pagination for big datasets
New Documentation Site
We’ve launched a brand-new documentation hub that brings all our products and APIs together, complete with guides and hands-on examples.You can now explore detailed docs for:- Yellowstone gRPC — Real-time Solana data streaming
- Data API — REST access to historical and live Solana data
- Datastream — WebSocket-based live data feeds
- Solana RPC — Enhanced endpoints powered by Ridge DB
- Swap API — High-performance token swaps and routing