Skip to main content
View the full changelog
September 7–16, 2026
Data APIDatastreamSolana RPCPnL V2General

Platform speed, Search API, RidgeDB, and dashboard updates

Faster data, from indexing to delivery

  • Search and holders: faster Search API responses and improved holder data performance.
  • Token coverage: support for all quote tokens on Meteora Curve, Raydium LaunchLab, and Pump.fun, plus Pump.fun isHolderReward and Transaction V1 support.
  • Indexing and streaming: rebuilt metadata indexing, RidgeDB, and Ridge streaming for improved speed, accuracy, and efficiency across Data API and RPC services.
  • PnL V2: improved redundancy and accuracy.

More ways to manage your subscription

  • Teams: invite teammates and manage their access on Premium, Business, and dedicated node plans.
  • On-chain USDC subscriptions: automatic renewals and top-ups using native USDC on Solana.
August 2026
Data API

See what is moving across Solana memecoin markets

Lighthouse gives you a live view of activity across Solana launchpads and DEXs.
  • See buys, sells, traders, volume, new token launches, and migrations
  • Track activity over 5m, 1h, 6h, and 24h
  • Compare each period with the one before it
  • Build memecoin dashboards and “what is moving now?” pages with GET /lighthouse
August 2026
Data APIDatastream

See what whales and KOLs are trading as it happens

Know when high-value wallets move. New REST endpoints and Datastream rooms make it easy to follow whale activity, track KOL trades, power token pages, and trigger alerts from a single trade feed.
  • REST endpoints: Fetch the latest whale trades, all KOL trades, or KOL activity for a specific token.
  • Live Datastream rooms: Subscribe to whale and KOL trades as they happen.
  • Flexible volume filters: Watch trades from $1k to $10k, or request all eligible KOL trades with minVolume=0.
  • KOL identity: Show names, Twitter handles, and other identity metadata when available.
  • More context when you need it: Paginate with opaque cursors, add token metadata, and filter arbitrage activity when needed.
July 2026
PnL V2

Currency denomination (SOL/EUR) and performance trade-count fix

Currency query parameter

GET /v2/pnl/wallets/:wallet, /history, and /performance now accept ?currency=usd|sol|eur (default usd).
  • Pass sol or eur to convert USD snapshot values at read time using historical token prices.
  • Response includes top-level "currency": "sol" or "currency": "eur" when requested.
  • Historical endpoints convert per day; wallet summary uses current spot.
  • Counts, percentages, timestamps, and ROI are not converted.
  • Invalid currency returns 400: { "error": "Invalid currency. Options: usd, sol, eur" }.

Performance trade counts fixed

totals.trades and per-day trades on /performance now count daily activity within the window (day_buys + day_sells) instead of summing cumulative lifetime snapshot totals. Trade counts should now align with wallet summary lifetime trades when summed over the full trading history.
June 2026
Data APIDatastream

Jupiter DCA V2 — full support and indexing for recurring orders

Jupiter DCA V2 orders (openDcaV2) are now fully supported and indexed across the DCA API and Datastream feeds. Previously hidden DCA V2 positions are now visible in REST responses and live WebSocket events.Existing /dca/* endpoints and dca:jupiter rooms automatically include V2 orders — no query changes required. Order objects include openInstruction: "openDcaV2" to distinguish V2 accounts.