market_get_top_tokens
Retrieve top cryptocurrencies by market capitalization from CoinGecko. Returns current price, market cap, volume, and 24h price change for each token.
Instructions
Retrieve the top cryptocurrencies by market capitalization from CoinGecko. Returns name, symbol, current price, market cap, 24h price change percentage, and trading volume for each token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tokens to return (default: 20, max: 250) | |
| order | No | Sort order (default: marketCap) | |
| category | No | CoinGecko category slug (e.g., 'decentralized-finance-defi', 'layer-2') |