What problem does it solve? AI agents and developers often lack accurate, up-to-date knowledge of the CoinGecko on-chain API, leading to hallucinated endpoints, wrong headers, and broken integrations when fetching Solana token prices, DEX pool data, and market analytics. ## 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 alerts on trending new pools. ## Quick Start Ask the agent to fetch the current price and 24h volume for the USDC token on Solana using the CoinGecko demo API key stored in your environment variables.