coingecko

Document CoinGecko API authentication, endpoints, and rate limits for market data integration.

22.7k|2.4k|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/2025Emma/vibe-coding-cn --skill coingecko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coingecko
Source: https://github.com/2025Emma/vibe-coding-cn/tree/main/i18n/en/skills/coingecko
Command: npx skills add https://github.com/2025Emma/vibe-coding-cn --skill coingecko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralized guidance for CoinGecko's API usage to access crypto market data, pricing, trends, and more.

Core Features & Use Cases

  • Comprehensive reference for authentication, coins, exchanges, market data, and more
  • Real-world workflows for price lookups, market charts, and on-chain data
  • Getting started & pricing resources for quick adoption

Quick Start

Use the CoinGecko references to explore authentication, market data endpoints, and sample queries.

Frequently Asked Questions about coingecko

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

FAQPage Schema
How do I access crypto market data using the CoinGecko API?

CoinGecko API provides free and Pro endpoints for retrieving real-time pricing, market charts, and on-chain data. Authenticate using an API key for Pro access, then call endpoints like /simple/price or /coins/{id}/market_chart to fetch cryptocurrency market data directly into your application.

What authentication methods does CoinGecko support for API integration?

CoinGecko offers public API access without authentication and Pro API access via API key authentication. Public endpoints have standard rate limits; Pro accounts unlock higher request limits and additional endpoints. Include your API key in request headers when calling Pro endpoints.

How do I build a price tracker using CoinGecko market data?

Query CoinGecko's /coins/{id}/market_chart endpoint to retrieve historical or real-time pricing. Parse the returned JSON to extract price, market cap, and volume data, then store or visualize results. Configure MCP servers to standardize these workflows for repeatable, scalable implementations.

What are the rate limits and update cadences for CoinGecko API calls?

Public API requests are rate-limited; Pro tier unlocks higher quotas. Market data updates at regular intervals depending on the endpoint. Review CoinGecko's rate limit headers and documentation to plan request frequency and avoid throttling in production applications.

Can I use CoinGecko API to fetch exchange and on-chain market data?

Yes. CoinGecko provides endpoints for exchanges, trading pairs, and on-chain metrics alongside coin pricing. Use /exchanges and /coins/{id}/tickers endpoints to access exchange-specific data and integrate comprehensive market intelligence into your application.