search_coins
Find cryptocurrencies by name or symbol. Returns results ranked by market cap with IDs for use in price and details tools.
Instructions
Search cryptocurrencies by name or symbol. Returns matching coins ranked by market cap, each with name, symbol, rank, and CoinGecko ID. Use the returned ID in get_prices, get_coin_details, or get_price_history for full data on a specific coin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term (e.g. 'bitcoin', 'ETH', 'solana') | |
| limit | No | Max results (default 10) |