get_id_coins
Retrieve comprehensive cryptocurrency data including metadata, market prices, and exchange details for any coin using its CoinGecko ID.
Instructions
This endpoint allows you to query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on a particular coin ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| community_data | No | include community data, default: true | |
| developer_data | No | include developer data, default: true | |
| dex_pair_format | No | set to `symbol` to display DEX pair base and target as symbols, default: `contract_address` | |
| include_categories_details | No | include categories details, default: false | |
| localization | No | include all the localized languages in the response, default: true | |
| market_data | No | include market data, default: true | |
| sparkline | No | include sparkline 7 days data, default: false | |
| tickers | No | include tickers data, default: true |