Set up your API key
Build faster with AI
TL;DR
Use /coins/{id} for deep-dive fundamentals, /coins/markets for bulk screening, /search/trending for momentum signals, /coins/categories for sector performance, and /global for the macro view.
Use /coins/{id} for deep-dive fundamentals, /coins/markets for bulk screening, /search/trending for momentum signals, /coins/categories for sector performance, and /global for the macro view.
Replace YOUR_API_KEY in the examples below with your actual key. Get one here β
Research Workflow
Macro overview β /global
Total market cap, BTC dominance, volume, and active coins. Frame your research in the context of overall market conditions.The
- Pro API
- Demo API
market_cap_percentage field gives BTC and ETH dominance β a key signal for market rotation.Spot momentum β /search/trending
Coins, NFTs, and categories trending in CoinGecko search over the last 24 hours.
- Pro API
- Demo API
Top movers β /coins/top_gainers_losers
Top 30 coins with the largest price gains and losses β spot breakout or breakdown opportunities.
- Pro API
- Demo API
| Key param | Use |
|---|---|
duration | 1h, 24h, 7d, 14d, 30d, 60d, 1y |
Analyze sectors β /coins/categories
Category-level market cap, volume, and 24h change. Identify which sectors are leading or lagging.
- Pro API
- Demo API
Screen candidates β /coins/markets
Bulk market data for up to 250 coins per page β rankings, sparklines, and multi-timeframe changes.
- Pro API
- Demo API
| Key param | Use |
|---|---|
order | market_cap_desc, volume_desc, market_cap_asc |
category | Filter to a specific sector (e.g. layer-1, decentralized-finance-defi) |
sparkline | 7-day sparkline data for quick visual scanning |
price_change_percentage | 1h,24h,7d,30d for multi-timeframe momentum |
Deep-dive fundamentals β /coins/{id}
The most comprehensive endpoint for a single coin β ATH/ATL, supply, volume, community data, and developer activity in one call.
- Pro API
- Demo API
| Key param | Use |
|---|---|
localization | false to reduce response size |
tickers | false if you donβt need exchange ticker data |
community_data | Twitter followers, Reddit subscribers, Telegram members |
developer_data | GitHub commits, stars, forks, contributors |
Backtest with history β /coins/{id}/ohlc/range or /market_chart
OHLC candles for a custom date range, or price + volume + market cap time series.
- OHLC candles for a custom range:
- Pro API
- Demo API
- Price + volume + market cap over time:
- Pro API
- Demo API
Onchain Research
Trending pools β /onchain/networks/trending_pools
Hottest liquidity pools across all networks β spot early DeFi momentum before it shows up in CoinGeckoβs main listings.
- Pro API
- Demo API
| Key param | Use |
|---|---|
include | base_token, quote_token, dex, network for richer context |
duration | 1h, 6h, or 24h trending window |
Token fundamentals β /onchain/.../tokens/{address}/info
Metadata for any onchain token β description, socials, websites, and GeckoTerminal analytics score.
- Pro API
- Demo API

