Skip to main content

Changelog

  • All Updates
  • Solana RPC
  • Yellowstone gRPC
  • Data API
  • Datastream
  • Swap API
  • General
November 2025
Data APIDatastream
Ridge Stream Launch

Ridge Stream — Enhanced Holder Data

All holder endpoints and real-time streams have been migrated to Ridge Stream, from our new high-performance service RidgeDB

What’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)
Real-Time Streams
  • 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
You can now also get holder data for large tokens like WSOL, USDC, and USD1 that weren’t available before. All holder counts and top 100 rankings work for these tokens via both API and real-time streaming.
October 28 2025
Data API
Search Filters

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 URL
  • hasImage — Filter tokens that have/don’t have images (true/false)
View documentation →
October 22 2025
Data API
Paginated Token Holders

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.
GET /tokens/{tokenAddress}/holders/paginated?limit=1000&cursor=nextPageCursor
View documentation →
October 21 2025
Solana RPC
RPC Enhancements

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 supportgetProgramAccountsV2 and getTokenAccountsByOwnerV2 now return totalCount in 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
These updates build on our Ridge DB launch, delivering better performance and more developer-friendly responses.
October 16 2025
Solana RPC
Ridge DB Launch

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 accounts
  • excludeZero — 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
In short — faster queries, cleaner data, and a smoother developer experience.
October 2025
General
Documentation Launch

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
The new docs include interactive code samples, and best practices to help you build faster and smarter on Solana.