Look up a coin
lookup_coinRetrieve core metrics for any cryptocurrency by symbol, name, ID, or contract address.
Instructions
Look up a single coin and its core metrics (price, trend, metadata) by symbol, name, CoinGecko/internal id, or on-chain contract address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | How `identifier` is interpreted. | symbol |
| chain | No | Chain for contract lookups (ethereum, bsc, solana, base, …). Required when by="contract". | |
| identifier | Yes | The symbol (BTC), name (Bitcoin), id (bitcoin), or contract address. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |