Get coin details
get_coin_detailsFetch a complete cryptocurrency profile with description, homepage, categories, supply, all-time high, and current market data including 24h, 7d, and 30d price changes.
Instructions
Get a full profile for one coin: description, homepage, categories, supply figures, all-time high, and current market data including 24h, 7d, and 30d price changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_id | Yes | CoinGecko coin id, e.g. 'bitcoin'. | |
| vs_currency | No | Currency for the market figures, e.g. 'usd'. | usd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. | |
| symbol | Yes | Ticker symbol, upper-cased. | |
| coin_id | Yes | CoinGecko coin id. | |
| low_24h | No | Lowest price in the last 24 hours. | |
| high_24h | No | Highest price in the last 24 hours. | |
| homepage | No | Primary project website. | |
| categories | No | CoinGecko category tags. | |
| market_cap | No | Market capitalisation. | |
| max_supply | No | Hard cap on supply, if any. | |
| description | No | English project description, truncated. | |
| vs_currency | Yes | Currency the market figures below are denominated in. | |
| last_updated | No | When CoinGecko last refreshed this record. | |
| total_supply | No | Coins created, including locked. | |
| total_volume | No | 24-hour trading volume. | |
| all_time_high | No | All-time high price. | |
| current_price | No | Latest price. | |
| market_cap_rank | No | Rank by market cap; lower is larger. | |
| all_time_high_date | No | When the all-time high was set. | |
| circulating_supply | No | Coins currently in circulation. | |
| market_cap_display | No | Formatted market capitalisation. | |
| current_price_display | No | Formatted latest price. | |
| price_change_7d_percent | No | 7-day percentage change. | |
| price_change_24h_percent | No | 24-hour percentage change. | |
| price_change_30d_percent | No | 30-day percentage change. |