coingecko

Solid

Complete CoinGecko Solana API integration for token prices, DEX pool data, OHLCV charts, trades, and market analytics. Use for building trading bots, portfolio trackers, price feeds, and on-chain data applications.

AI & Automation 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CoinGecko Solana API Development Guide A comprehensive guide for integrating CoinGecko's on-chain API for Solana. Access real-time token prices, DEX pool data, OHLCV charts, trade history, and market analytics across 1,700+ decentralized exchanges. ## Overview CoinGecko's Solana API provides: - **Token Prices**: Real-time prices by contract address (single or batch) - **Pool Data**: Liquidity pool information, trending pools, top pools - **OHLCV Charts**: Candlestick data for technical analysis - **Trade History**: Recent trades for any pool - **DEX Discovery**: List all DEXes operating on Solana - **Search**: Find pools by token name, symbol, or address - **Megafilter**: Advanced filtering across pools, tokens, and DEXes ### Key Features | Feature | Description | |---------|-------------| | **250+ Networks** | Multi-chain support including Solana | | **1,700+ DEXes** | Raydium, Orca, Jupiter, Meteora, Pump.fun, etc. | | **15M+ Tokens** | Comprehensive token coverage | | **Real-time Data** | Updates every 10-30 seconds | | **Historical Data** | OHLCV charts and trade history | --- ## Quick Start ### Get Your API Key 1. **Demo API (Free)**: Visit [coingecko.com/en/api](https://www.coingecko.com/en/api) 2. **Pro API (Paid)**: Visit [coingecko.com/en/api/pricing](https://www.coingecko.com/en/api/pricing) ### Environment Setup ```bash # .env file COINGECKO_API_KEY=your_api_key_here COINGECKO_API_TYPE=demo # or 'pro' ``` ### API Configuration ```typescript // Confi...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category