Heurist Logo
Back
CoinGecko Agent

CoinGecko Agent

Verified

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

Tags

Trading

Tools (11)

get_token_info

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.

required: coingecko_id

get_trending_coins

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

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

required: ids

get_categories_list

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

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

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

required: category_id

get_trending_pools

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

get_top_token_holders

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

required: network, address

get_historical_holders

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

required: network, address

get_recent_large_trades

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

required: network, address

get_token_holders_traders

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.

required: network, address

Pricing

1 credit/use

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/CoinGeckoTokenInfoAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/CoinGeckoTokenInfoAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}