Get Coin Details
crypto.coin.detailFetch comprehensive details for any cryptocurrency, including description, GitHub stats, and community metrics, using its CoinGecko ID.
Instructions
Get detailed information about a cryptocurrency
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_id | Yes | CoinGecko coin ID (e.g. bitcoin, ethereum) | |
| include_description | No | Include coin description text | |
| include_developer | No | Include developer/GitHub stats | |
| include_community | No | Include community/social stats |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |