What problem does it solve? AI agents and developers lack accurate, up-to-date knowledge of CoinGecko's on-chain API endpoints, authentication headers, rate limits, and Solana-specific identifiers, leading to broken integrations, hallucinated addresses, and failed requests. ## Core Features & Use Cases - Token Price Feeds: Fetch single or batched token prices by contract address with market cap, 24h volume, and price change data. - Pool & DEX Analytics: Query pool liquidity, trending pools, recent trades, and filter pools across 1,700+ DEXes like Raydium, Orca, and Pump.fun using the megafilter endpoint. - OHLCV Charts: Retrieve candlestick data at minute, hour, and day timeframes for technical analysis and charting. - Use Case: Build a portfolio tracker that polls SOL, JUP, and BONK prices every 30 seconds, displays hourly OHLCV charts for a Raydium pool, and monitors trending Solana pools. ## Quick Start Set the COINGECKO_API_KEY environment variable and ask the agent to fetch the current SOL price and trending Solana pools using the CoinGecko on-chain API.