coingeckotokeninfoagent_get_tokens_by_category
Retrieve detailed cryptocurrency token data by category using the CoinGecko API. Access prices, market caps, trading volumes, and price changes sorted by user-defined parameters such as market cap or volume.
Instructions
Get a list of tokens within a specific category. This tool retrieves token data for all cryptocurrencies that belong to a particular category, including price, market cap, volume, and price changes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | Yes | The CoinGecko category ID (e.g., 'layer-1') | |
order | No | Sort order for tokens (default: market_cap_desc) | market_cap_desc |
page | No | Page number (default: 1) | |
per_page | No | Number of results per page (1-250, default: 100) | |
vs_currency | No | The currency to show results in (default: usd) | usd |