TL;DR: Trades/filters now supports a flexibleDocumentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
limit param, new OHLCV endpoints landed, and Solana swap extraction is more robust.
Flexible Limit on Trades/Filters
The/trades/filters endpoint now accepts a configurable limit parameter:
- Set the number of results returned per request
- No longer capped to a fixed page size
- Combine with cursor pagination for large dataset downloads
New OHLCV History Endpoints
Added dedicated endpoints for fetching OHLCV data with improved chart data transformation:- Multi-token OHLCV history in a single request
- Enhanced data normalization pipeline for chart rendering
- Better alignment of bucket boundaries across timeframes
Solana Extraction Improvements
Significant reliability improvements for Solana swap processing:- Better token account resolution when accounts are missing or reused
- Reconciliation logic for cross-account token transfers
- Streamlined swap amount extraction for RaydiumCPMM pools
Shipped by Delox & Sacha