CoinGecko
api.coingecko.com
Free cryptocurrency data API. Access real-time prices, market data, historical charts, exchange info, trending coins, NFT data, and global crypto market statistics for 10,000+ coins.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
none
free
1.0
https://api.coingecko.com/api/v3
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
categories_list
GETList all cryptocurrency categories with market data.
GET https://api.coingecko.com/api/v3/coins/categories
order (string) — Sort order: market_cap_desc (default), market_cap_asc, name_desc, name_asc, market_cap_change_24h_desc, market_cap_change_24h_asc.
coins_list
GETList all supported coins with IDs, names, and symbols.
GET https://api.coingecko.com/api/v3/coins/list
include_platform (boolean) — Include platform contract addresses.
exchanges_list
GETList all supported exchanges with trading volume and metadata.
GET https://api.coingecko.com/api/v3/exchanges
per_page (integer) — Results per page (1-250, default 100).
page (integer) — Page number.
All Capabilities (19)
categories (1)
List all cryptocurrency categories with market data.
coins (7)
Get comprehensive data for a specific coin including description, links, and market data.
Get historical data for a coin on a specific date.
List all supported coins with IDs, names, and symbols.
Get historical market chart data (price, market cap, volume) over a time range.
Get historical market chart data within a specific Unix timestamp range.
Get market data for coins including price, market cap, volume, and sparkline.
Get exchange tickers for a specific coin.
exchanges (3)
Get detailed data for a specific exchange.
List all supported exchanges with trading volume and metadata.
Get trading pairs and tickers for a specific exchange.
global (2)
Get cryptocurrency global market data including total market cap, volume, and dominance.
Get global DeFi market data.
ping (1)
Check the API server status.
search (2)
Search for coins, categories, and exchanges by keyword.
Get trending search coins, NFTs, and categories in the last 24 hours.
simple (3)
Get the current price of one or more coins in specified currencies.
List all supported fiat and crypto currencies for price queries.
Get the current price of tokens by contract address on a specific platform.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: CoinGecko
Description: Free cryptocurrency data API. Access real-time prices, market data, historical charts, exchange info, trending coins, NFT data, and global crypto market statistics for 10,000+ coins.
Auth: none
Capabilities (19 total):
categories (1):
- categories_list: List all cryptocurrency categories with market data.
coins (7):
- coins_get: Get comprehensive data for a specific coin including description, links, and market data.
- coins_history: Get historical data for a coin on a specific date.
- coins_list: List all supported coins with IDs, names, and symbols.
- coins_market_chart: Get historical market chart data (price, market cap, volume) over a time range.
- coins_market_chart_range: Get historical market chart data within a specific Unix timestamp range.
- coins_markets: Get market data for coins including price, market cap, volume, and sparkline.
- coins_tickers: Get exchange tickers for a specific coin.
exchanges (3):
- exchanges_get: Get detailed data for a specific exchange.
- exchanges_list: List all supported exchanges with trading volume and metadata.
- exchanges_tickers: Get trading pairs and tickers for a specific exchange.
global (2):
- global_data: Get cryptocurrency global market data including total market cap, volume, and dominance.
- global_defi: Get global DeFi market data.
ping (1):
- ping_check: Check the API server status.
search (2):
- search_query: Search for coins, categories, and exchanges by keyword.
- search_trending: Get trending search coins, NFTs, and categories in the last 24 hours.
simple (3):
- simple_price: Get the current price of one or more coins in specified currencies.
- simple_supported_currencies: List all supported fiat and crypto currencies for price queries.
- simple_token_price: Get the current price of tokens by contract address on a specific platform.
Top capabilities (ready to call):
- categories_list: GET /coins/categories
- coins_list: GET /coins/list
- exchanges_list: GET /exchanges