Skip to main content
Published March 13, 2026 Rich Trading Metrics for UpdatePairs The updatePairs streaming endpoint has been substantially rebuilt. Previously, it delivered real-time price updates for DEX pairs. Now it returns a full suite of trading metrics across four rolling time windows: 5 minutes, 1 hour, 6 hours, and 24 hours.

New fields per timeframe

Each time window (last_5m, last_1hr, last_6hr, last_24hr) now includes: Every metric carries current_value, previous_value, and pct_change so you can track momentum without maintaining your own rolling windows.

New endpoint: updateTokens

We’ve also launched updateTokens, which works the same way but takes token addresses instead of pair addresses. It automatically selects the highest-volume pool for each token, so you get the most liquid price feed without needing to look up pair addresses yourself.

What this unlocks

  • Token screening dashboards: Stream buy/sell ratios, unique trader counts, and volume trends to surface tokens gaining traction in real time.
  • Sniper and copy-trading bots: React to sudden spikes in swap count or unique buyers within the 5-minute window.
  • Risk monitoring: Track sell pressure via sell_count and sell_volume across multiple timeframes to detect distribution patterns early.
  • Simplified token tracking: Use updateTokens to monitor any token by address without manually resolving which pool has the deepest liquidity.

Supported chains

Both updatePairs and updateTokens are available on: Base, BNB Chain, Ethereum, HyperEVM, MegaETH, Monad, Polygon, and Solana. Learn more