TL;DR: Pumpfun V1 IDL is now parsed, EVM/Solana adapters load-balance across RPCs, and wallet analysis defaults to the last 7 days when no timestamps are provided.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.
Pumpfun V1 IDL Support
Added full parsing support for Pumpfun V1 program instructions:- Liquidity events are now correctly detected and parsed
- Covers both bonding curve buys and migration transitions
- Improves swap coverage for older Pumpfun token activity
RPC Load Balancing
EVM and Solana chain adapters now distribute calls across multiple RPC endpoints:- Round-robin load balancing for improved throughput
- Avoids overloading a single provider during bursts
- Client instances bypass global cache to ensure correct RPC selection
Wallet Analysis Defaults to 7-Day Period
The wallet analysis endpoint now automatically falls back to a 7-day window when no timestamps are provided:- No more empty responses from missing date params
- Consistent default behavior across all wallet endpoints
BOND Swap Reserve Reset
Reserve state is now correctly reset after BOND-type swaps across pool implementations, preventing stale state from affecting subsequent price calculations.Shipped by Delox & Sacha