get https://pro-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)- By default, this endpoint returns full list of active coins that are currently listed on CoinGecko.com , you can also flag status=inactive to retrieve coins that are no longer available on CoinGecko.com . The inactive coin ids can also be used with selected historical data endpoints.
Notes
- There is no pagination required for this endpoint
- Cache/Update Frequency: Every 5 minutes for all the API plans