get https://api.coingecko.com/api/v3/coins/list
This endpoint allows you to query all the supported coins on CoinGecko with coins id, name and symbol.
Tips
- You may use this endpoint to query the list of coins with coin id for other endpoints that contain params like
id
orids
(coin id)
Notes
- There is no pagination required for this endpoint
- Access to inactive coins via the Public API (Demo plan) is restricted. To access them, please subscribe to one of our paid plans to obtain a Pro-API key
- Cache/Update Frequency: Every 5 minutes for all the API plans