coingecko

Installation
Summary

Comprehensive crypto market data including prices, charts, trending coins, exchange info, and global statistics.

  • 28+ tools covering spot prices, OHLC candles, historical charts, trending/top movers, and new coin discovery
  • Market overview capabilities: global stats, DeFi metrics, sector performance by category, and exchange listings with volumes
  • Coin and exchange detail queries: tickers, trading pairs, contract address lookups, and NFT collection data
  • Automatic symbol resolution for common tickers (BTC, ETH, SOL, etc.) with fallback to cg_search() for exact CoinGecko IDs
  • Requires COINGECKO_API_KEY environment variable for Pro API access
SKILL.md

Script Usage

Script-mode skill — read this file, then invoke from a bash block:

python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/coingecko")
from exports import coin_price, cg_trending, cg_global

print(coin_price(coin_ids="bitcoin,ethereum"))
print(cg_trending())
EOF

Read exports.py for the full list of available functions. Common ones: coin_price, coin_ohlc, coin_chart, cg_trending, cg_top_gainers_losers, cg_new_coins, cg_global, cg_global_defi, cg_categories, cg_derivatives, cg_coins_markets, cg_coin_data,

Related skills
Installs
5.8K
GitHub Stars
13
First Seen
Mar 13, 2026