Gen6

CoinGecko

Get crypto prices, market data, discovery insights, and NFT metadata

CoinGecko provides cryptocurrency market data, token metadata, exchange information, derivatives data, trending assets, categories, and NFT collection data.

In Gen6, the CoinGecko integration allows workflows to pull live and historical market intelligence into agents. Use it for crypto dashboards, token research agents, market monitoring, price alerts, asset comparison, and automated research pipelines.

Usage Instructions

Choose the CoinGecko operation that matches the data you need. Most read-only public endpoints can run without an API key, while higher-volume or Pro API usage can include a CoinGecko API key in the advanced field.

Tools

Market Data

  • coingecko_simple_price - Get current prices for one or more coins
  • coingecko_coins_markets - List market data for selected coins
  • coingecko_market_chart - Retrieve historical market chart data
  • coingecko_ohlc - Retrieve OHLC price candles

Discovery

  • coingecko_search - Search for coins, exchanges, categories, and NFTs
  • coingecko_trending - Get trending coins and NFTs

Coin and Token Metadata

  • coingecko_coin_details - Get detailed metadata for a coin
  • coingecko_token_price - Get token prices by platform and contract address
  • coingecko_token_info - Get token metadata by platform and contract address

Taxonomy and Venues

  • coingecko_categories - List coin categories
  • coingecko_exchanges - List exchanges
  • coingecko_derivatives - List derivative exchanges and markets

NFT

  • coingecko_nft_list - List NFT collections
  • coingecko_nft_details - Get NFT collection details

Common Inputs

ParameterTypeRequiredDescription
idsstringOperation-specificCoin IDs such as bitcoin,ethereum
vsCurrenciesstringOperation-specificQuote currencies such as usd,eur
vsCurrencystringOperation-specificSingle quote currency
coinIdstringOperation-specificCoinGecko coin ID
daysstringOperation-specificHistorical window such as 1, 7, 30, or max
querystringOperation-specificSearch query
assetPlatformIdstringOperation-specificPlatform ID such as ethereum
contractAddressstringOperation-specificToken contract address
contractAddressesstringOperation-specificComma-separated token contract addresses
nftIdstringOperation-specificNFT collection ID
apiKeystringNoOptional CoinGecko API key

Output

ParameterTypeDescription
datajsonCoinGecko response data

Notes

  • Category: tools
  • Type: coingecko