get_id_coins
Retrieve comprehensive metadata and market data for cryptocurrencies using a specific coin ID. Optimize response size with the jq_filter
parameter for better performance. Includes details like price, ATH, socials, and contract addresses.
Instructions
When using this tool, always use the jq_filter
parameter to reduce the response size and improve performance.
Only omit if you're sure you don't need the data.
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
Name | Required | Description | Default |
---|---|---|---|
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` | |
id | Yes | ||
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 |