Coins List (ID Map)
Coins
Coins List (ID Map)
The full id/symbol/name map for every listed coin — resolve a ticker into the CoinGecko id other endpoints require.
GET
Coins List (ID Map)
The full CoinGecko identifier map: every listed coin as
id, symbol and name. Use it once to resolve a ticker into the id that every other CoinGecko tool requires — bitcoin, not BTC. Set include_platform to also get each coin’s contract address per chain. Mind the size: this returns roughly 18,000 entries and takes several seconds, so cache it instead of calling it per lookup. If you already know the ids and only want numbers, call get_coingecko_simple_price directly; to identify a coin from a contract address instead, use get_coingecko_token_data.