Search for coins
search_coinsSearch by coin name or ticker to obtain its CoinGecko ID, converting symbols like BTC to the required slug format for other tools.
Instructions
Find coins by name or ticker symbol and return their CoinGecko ids. Call this whenever you are unsure of a coin id — every other tool expects the id slug ('bitcoin'), not the symbol ('BTC').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matches to return (1-50). | |
| query | Yes | Name or ticker to search for, e.g. 'solana' or 'SOL'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | Yes | Matching coins, ordered by CoinGecko's relevance ranking. | |
| query | Yes | The search string that produced these hits. | |
| total_matches | Yes | Number of hits returned after the result limit was applied. |