/2/token/price-at endpoint returns market cap and token metadata. The holders WebSocket gets major performance improvements. Multi-data prioritizes offchain pricer for CoinGecko-listed assets.
Token Security — Solana LP Analysis
Comprehensive liquidity provider analysis for Solana tokens:- V2 pools: LP analysis for standard AMM pools (Raydium, Orca)
- CLMM pools: Concentrated liquidity analysis for Raydium CLMM and Orca Whirlpool
- Meteora DLMM: LP analysis for Meteora dynamic liquidity pools
- Results included in the
/2/token/securityresponse
Token Price-At — Market Cap & Metadata
The/2/token/price-at endpoint now returns additional fields:
marketCapUSD— historical price x current circulating supplymarketCapDilutedUSD— historical price x current total supplyname,symbol,logo— token metadata- Available on both GET and POST (batch) endpoints
Holders Stream — Performance Overhaul
Major performance improvements to the holders WebSocket stream:- Faster startup with optimized Redis-based init
- LP deltas derived synchronously from swap events — more accurate real-time updates
- Top traders sorted by PnL
- QA validation between Redis and DB on init
Multi-Data — Improved Price Source Selection
- Offchain pricer prioritized for CoinGecko-listed assets
- Liquidity threshold used instead of CoinGecko ID for price source selection
- More accurate prices for widely-tracked tokens
Docs — Navigation Rework
Documentation reorganized with dedicated tabs:- Spot, Perps, Predictions as top-level tabs
- Cross-references between related endpoints
Shipped by Delox & Sacha