Skip to main content
TL;DR: The trades-enriched WebSocket stream now includes position PnL data. OHLCV candles are more accurate with a rewritten pipeline. Fast search finds tokens on non-major chains, and the OHLCV stream gets throttling documentation.

Trades Enriched — Position PnL

The trades-enriched WebSocket stream now returns position data:
  • position object with PnL data included in each enriched trade event
  • REST schema aligned with the WebSocket stream format
  • BigInt serialization fixed for consistent number handling

OHLCV — Improved Accuracy

The OHLCV candle pipeline has been rewritten:
  • Live and aggregated candles now fully consistent
  • Boundary swaps and amount-fill logic aligned across both paths
  • maxUpdatesPerMinute throttling documented

Fast Search — All Chains

Token search now returns results across all chains:
  • Database fallback when in-memory storage doesn’t cover a chain
  • Improved token discovery on smaller or newly-added chains

Fixes & Improvements

  • Trades-enriched stream MDX docs rewritten to match actual camelCase schema
  • sync-pool-state launchpad sync configurable via FAST_TYPES env

Shipped by Delox & Sacha