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.