Skip to main content
TL;DR: Uniswap V4 swaps with native ETH now route correctly through sentinel pools, ATH/ATL calculations include pre-bonding pool data, and trades can be filtered by swap recipient address.

Uniswap V4 — Native ETH Routing

V4 routing fixes for native ETH pairs:
  • Sentinel pools correctly merged for native ETH → token routes
  • Honeypot simulation fallback added for V4 pools
  • BSC V4 support with WBNB sell output detection

ATH/ATL — Pre-Bonding Aggregation

All-time high and low calculations now include data from pre-bonding (launchpad) pools:
  • Prevents ATH/ATL from being inaccurate for tokens that traded on bonding curves before migrating
  • Aggregation spans the full lifecycle of the token

Trades Filter — Swap Recipient

The /api/2/trades/filters endpoint now supports swap_recipient_address:
  • Filter trades by the actual recipient of the swap output
  • Useful for tracking copy-trading wallets and smart contract recipients

Fixes & Improvements

  • Backfill data no longer leaks into live WebSocket feeds
  • Missing V3 factories whitelisted to prevent unnecessary aggregator fallback
  • Solana listener latency checks in SolanaFetcher for monitoring

Shipped by Delox & Sacha