Search Coins
search_coinsSearch for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: search_coins({ query: "bitcoin" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — coin name or symbol, e.g. "bitcoin", "ETH", "sol" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | Yes | List of matching coins (max 20) | |
| count | Yes | Number of matching coins found |