TL;DR: Real-time trades now stream from MegaETH miniblocks, OHLCV history fills gaps automatically, and WebSocket clients keep their position open for a grace period after disconnecting.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.
MegaETH Miniblock Streaming
Real-time trade data now comes directly from MegaETH’s WebSocket miniblock feed:- Sub-second trade streaming for MegaETH tokens
- Powers the fast-trade stream (
streams-fast-trade-megaeth) - Lower latency than block-level polling
OHLCV Gap Filling
Historical OHLCV queries now automatically fill gaps in candlestick data:- Missing candles are interpolated rather than left empty
- Ensures consistent chart rendering even for illiquid periods
- Applied across all
/market/historyand OHLCV endpoints
Position Grace Period for Disconnected Clients
WebSocket clients that disconnect no longer immediately lose their open positions:- Positions are held in a grace period after disconnection
- Reconnecting clients resume their existing position state
- Reduces unnecessary position resets from network blips
System Metadata V2
NewGET /api/2/system/metadata endpoint returning structured system-level metadata for API consumers.
Shipped by Delox & Sacha