Skip to main content

Changelog

  • All Updates
  • Solana RPC
  • Yellowstone gRPC
  • Data API
  • Datastream
  • Swap API
  • General
October 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.
⌘I