Heurist Logo
Back to Library
CoinGecko Agent

CoinGecko Agent

Verified

This agent can fetch token information, market data, trending coins, and category data from CoinGecko.

Trading

Tools

11 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • get_token_info

    1 param

    Get detailed token information and market data using CoinGecko ID. This tool provides comprehensive cryptocurrency data including current price, market cap, trading volume, price changes, and more.

  • get_trending_coins

    no params

    Get today's trending cryptocurrencies based on trading activities. This tool retrieves a list of crypto assets including basic market data.

  • get_token_price_multi

    1 param

    Fetch price data for multiple tokens. Returns current price, market cap, 24hr volume, 24hr change %

  • get_categories_list

    no params

    Get a list of all available cryptocurrency categories from CoinGecko, like layer-1, layer-2, defi, etc. This tool retrieves all the category IDs and names that can be used for further category-specific queries.

  • get_category_data

    2 params

    Get market data for all cryptocurrency categories from CoinGecko. This tool retrieves comprehensive information about all categories including market cap, volume, market cap change, top coins in each category, and more.

  • get_tokens_by_category

    4 params

    Get USD price data for tokens within a specific category. Returns price, market cap, volume, and price changes.

  • get_trending_pools

    2 params

    Get top 10 trending onchain pools with token data from CoinGecko.

  • get_top_token_holders

    3 params

    Get top token holder addresses for a token on a specific network. Max 40 holders.

  • get_historical_holders

    3 params

    Get historical token holders with daily aggregated data and trend analysis.

  • get_recent_large_trades

    3 params

    Get recent large trades on DEX for a specific token. Filters by minimum USD volume.

  • get_token_holders_traders

    4 params

    Get token holder and trader data combining: 1) Top holders - ranked wallet addresses with ownership percentages 2) Daily holder trend 3) Large trades in past 24 hours showing buy/sell whale activity. If you know that the token is deployed on multiple chains, you must make multiple calls to this tool in parallel to fetch data for every chain and address.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/CoinGeckoTokenInfoAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}