CoinGecko
communityCryptocurrency data aggregator with prices, market cap, volume, and DeFi stats for 10,000+ coins.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.coingecko.com/api/v3/simple/priceGet current prices for coins
Parameters
idscoin IDs comma-separated (stringrequiredvs_currenciesusdrequired— krw, btc (stringinclude_market_capinclude mcap (booleanoptionalinclude_24hr_changeinclude change (booleanoptionalReturns
coin_id: {currency: price, currency_24h_change, currency_market_cap}GET
https://api.coingecko.com/api/v3/searchSearch coins, exchanges, categories
Parameters
querysearch keyword (stringrequiredReturns
coins[] with id, name, symbol, market_cap_rank, thumb; exchanges[], categories[]GET
https://api.coingecko.com/api/v3/coins/{id}/market_chartGet historical price chart
Parameters
idcoin ID (stringrequireddays1|7|30|90|365|max (stringrequiredvs_currencyusd|krw (stringrequiredReturns
prices[][] (timestamp, price), market_caps[][], total_volumes[][]