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.Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Trades Enriched — Position PnL
The trades-enriched WebSocket stream now returns position data:positionobject 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
maxUpdatesPerMinutethrottling 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-statelaunchpad sync configurable viaFAST_TYPESenv
Shipped by Delox & Sacha