Buy/Sell Type Filter on Token Trades
The token trades endpoint now accepts a trade direction filter:- Pass
type=buyortype=sellto filter trades by direction - Useful for analyzing buy pressure or sell pressure independently
Lighthouse — MEV Volume Tracking
Market Lighthouse analytics now include MEV-related volume:- MEV activity is quantified and included in the volume breakdown
- Provides a more complete picture of real trading activity vs. MEV extraction
5-Minute Timeframe for Linechart
The price history linechart endpoint now supports a5m timeframe:
- Fills the gap between 1-minute and 15-minute resolutions
- Ideal for short-term technical analysis views
OHLCV — Higher Candle Limits
OHLCV requests now gracefully handle larger candle counts:- Requests above 2000 candles are clamped to 2000 instead of returning an error
- Sub-minute continuous aggregates can be toggled with
OHLCV_SKIP_SUBMIN_CAGG
Shipped by Delox & Sacha