Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

coingeckotokeninfoagent_get_category_data

Retrieve comprehensive market data for all cryptocurrency categories from CoinGecko, including market cap, volume, price changes, and top coins in each category, sorted by customizable criteria.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
orderNoSort order for categories (default: market_cap_desc)

Input Schema (JSON Schema)

{ "properties": { "order": { "description": "Sort order for categories (default: market_cap_desc)", "enum": [ "market_cap_desc", "market_cap_asc", "name_desc", "name_asc", "market_cap_change_24h_desc", "market_cap_change_24h_asc" ], "type": "string" } }, "required": [], "type": "object" }
ID: 6dmo0hl0qq