GET /coins/list

coingecko.com:coingecko-api

Summary: List all supported coins
Operation ID: getCoinsList
Auth: none

Get a complete list of all cryptocurrencies supported by CoinGecko with their ID, symbol, and name. Essential for discovering valid coin IDs to use in other endpoints. The ID field is the key you'll use in other API calls (like /coins/{id}). Optionally includes platform contract addresses (like Ethereum contract addresses) when `include_platform=true` is set.

Original spec description

Returns a list of all supported coins with their id, symbol, and name.

Usage Tips

- Returns a large array — cache this locally rather than calling repeatedly - Coin IDs are lowercase and may differ from ticker symbols (e.g., 'bitcoin' not 'BTC') - Set `include_platform=true` to get contract addresses for tokens on various blockchains - The list changes as new coins are added — refresh periodically - Use this before calling /coins/{id} to verify a coin exists

Parameters (1)

include_platform (boolean, query, optional, default: False)

Include platform contract addresses

Examples (3)

TitleTypeURLAction
List all coins (basic) curl https://api.coingecko.com/api/v3/coins/list
List coins with platform contract addresses curl https://api.coingecko.com/api/v3/coins/list?include_platform=true
List all coins probe-gate https://api.coingecko.com/api/v3/coins/list?include_platform=False

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:24:26.820067 200 111ms 1.1MB
2026-03-23 09:12:56.647127 200 3530ms 1.1MB
2026-03-23 09:05:02.572315 200 84ms 2.0MB

Response Changes

WhenOldNew
2026-03-23 09:12:56.647127 190b72774f77 1b6e858ddd66
2026-03-23 10:24:26.820067 1b6e858ddd66 bf1a625a7776