search
Resolves cryptocurrency names, ticker symbols, or NFT names to CoinGecko IDs. Use this tool to find the canonical ID for coins, exchanges, categories, and NFTs before using other tools that require IDs.
Instructions
Universal CoinGecko search — resolves names/symbols to IDs across coins, exchanges, categories and NFTs.
ALWAYS use this first when the user mentions a coin/exchange/NFT by name or ticker symbol and you don't already know the canonical CoinGecko ID. Most other tools require IDs.
Args: query: Free-text query, e.g. "btc", "uniswap", "bored ape".
Returns: Object with arrays: - coins: [{ id, name, symbol, market_cap_rank, ... }] - exchanges: [{ id, name, market_type }] - categories: [{ id, name }] - nfts: [{ id, name, symbol }]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |