Overview
Returns comprehensive details about a specific cryptocurrency including description, team, tags, development status, links, and technical information.Usage
Parameters
Coin ID in format
symbol-name (e.g., btc-bitcoin, eth-ethereum)Output format:
table or jsonShow raw JSON response without wrapper metadata
Examples
Get Bitcoin details
Get Ethereum details in JSON format
Get Solana details with raw JSON
Example Output
Table Format
JSON Format
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique coin identifier |
name | string | Coin name |
symbol | string | Coin symbol/ticker |
rank | integer | Market cap rank |
is_active | boolean | Whether the coin is active |
is_new | boolean | Whether the coin is newly listed |
type | string | Asset type (coin or token) |
logo | string | URL to coin logo image |
description | string | Detailed description of the coin |
open_source | boolean | Whether the project is open source |
started_at | string | Launch date |
development_status | string | Current development status |
hardware_wallet | boolean | Hardware wallet support |
proof_type | string | Consensus mechanism (PoW, PoS, etc.) |
hash_algorithm | string | Hashing algorithm used |
tags | array | Associated tags/categories |
team | array | Team members |
links | object | Social media and website links |
whitepaper | object | Whitepaper link and thumbnail |
API Endpoint
Related Commands
- coins-list - List all coins
- ticker-detail - Get price data for a coin
- coin-events - Get coin events
- coin-markets - Get markets for a coin