get https://api.coingecko.com/api/v3/coins//tickers
This endpoint allows you to query the coin tickers on both centralized exchange (cex) and decentralized exchange (dex) 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 specify the
exchange_ids
if you want to retrieve tickers for specific exchange only- You may include values such as
page
to specify which page of responses you would like to show- You may also flag to include more data such as exchange logo and depth
Notes
- The tickers are paginated to 100 items
- Cache / Update Frequency: every 2 minutes for all the API plans
- When order is sorted by 'volume', converted_volume will be used instead of volume