Get coin metadata
get_coinRetrieve comprehensive metadata for any cryptocurrency, including description, links, categories, market data, and developer statistics. Use the coin's canonical id or slug to access details.
Instructions
Full metadata for a coin: description, links, categories, market data, developer stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coinId | Yes | Canonical coin id or slug (e.g. "bitcoin") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Canonical coin ID (e.g. `bitcoin`) | |
| name | Yes | Human-readable name (e.g. `Bitcoin`) | |
| rank | No | Market cap rank (1 = largest) | |
| price | No | Current spot price in USD | |
| symbol | Yes | Trading symbol (e.g. `btc`) | |
| marketCap | No | Market cap in USD |