coingecko

Fetch real-time Solana token prices, pool data, OHLCV charts, and trade history from CoinGecko's API.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill coingecko-sendaifun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coingecko
Source: https://github.com/sendaifun/skills/tree/main/skills/coingecko
Command: npx skills add https://github.com/sendaifun/skills --skill coingecko-sendaifun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a programmable interface to fetch real-time on-chain data from CoinGecko's Solana API.

Core Features & Use Cases

  • Real-time token prices by contract address, with market cap, 24h volume, and price change.
  • Comprehensive pool data, OHLCV charts, and recent trades across Solana DEXes for trading bots and analytics.
  • Use Case: Build a price feed and analytics dashboard aggregating data from Raydium, Orca, Jupiter, and Meteora.

Quick Start

  • Set COINGECKO_API_KEY and COINGECKO_API_TYPE in your environment.
  • Instantiate the client and query endpoints such as /simple/networks/{network}/token_price/{address} and /networks/{network}/pools/{address}/trades.

Frequently Asked Questions about coingecko

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time Solana token prices by contract address?▼

To fetch real-time Solana token prices by contract address, query the CoinGecko on-chain API endpoint /simple/networks/{network}/token_price/{address}, which returns market cap, 24h volume, and price change data.

Can I retrieve OHLCV charts and recent trades from Solana DEX pools?▼

Yes, you can retrieve OHLCV charts and recent trades from Solana DEX pools by querying the /networks/{network}/pools/{address}/trades endpoint, enabling comprehensive analytics for trading bots.

What environment variables do I need to access the CoinGecko Solana API?▼

You need to set the COINGECKO_API_KEY and COINGECKO_API_TYPE environment variables before instantiating the client to access the CoinGecko Solana API endpoints.

Does this API interface support data aggregation from Raydium, Orca, Jupiter, and Meteora?▼

Yes, the API interface supports building price feeds and analytics dashboards that aggregate on-chain data from Solana DEXes including Raydium, Orca, Jupiter, and Meteora.

How does the Skill handle API rate limiting and endpoint errors?▼

The Skill implements robust rate limiting, error handling, and multi-endpoint support to manage API requests and prevent failures when fetching on-chain data.

What is the best way to build a portfolio dashboard for Solana tokens?▼

The best way to build a portfolio dashboard for Solana tokens is using this programmable interface to fetch real-time on-chain data, including token prices, pool data, and trade history.