coingecko_get_coin_info
Retrieve contract addresses and chain details for any token by its CoinGecko ID. Pair with coingecko_search to find the correct ID first.
Instructions
Look up contract addresses and chain information for a token using its CoinGecko ID. Use coingecko_search first to find the correct CoinGecko ID before using this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | CoinGecko coin ID (get this from coingecko_search) | |
| tickers | No | Include ticker data | |
| sparkline | No | Include sparkline data | |
| marketData | No | Include market data | |
| localization | No | Include localized data | |
| communityData | No | Include community data | |
| developerData | No | Include developer data |