get https://pro-api.coingecko.com/api/v3/coins/
This endpoint allows you to query all the coin data of a coin (name, price, market .... including exchange tickers) on CoinGecko coin page based on a particular coin id.
Tips
- You may obtain the coin id (api id) via several ways:
- refers to respective coin page and find ‘api id’
- refers to
/coins/list
endpoint- refers to google sheets here
- You may also flag to include more data such as tickers, market data, community data, developer data and sparkline
- You may refer to
last_updated
in the endpoint response to check whether the price is stale
Notes
- Tickers are limited to 100 items, to get more tickers, please go to /coins/{id}/tickers
- Cache/Update Frequency:
- Every 60 seconds for all the API plans
- Community data for Twitter and Telegram will be updated on weekly basis (Reddit community data is no longer supported)