get https://api.coingecko.com/api/v3/coins/markets
This endpoint allows you to query all the supported coins with price, market cap, volume and market related data
Tips
- You may specify the coinsβ IDs in
ids
parameter if you want to retrieve market data for specific coins only instead of the whole list.- You may also provide value in
category
to filter the responses based on coin's category.- You can use
per_page
andpage
values to control the number of results per page and specify which page of results you want to display in the responses.
Notes
- If you provide values for both
category
andids
parameters, thecategory
parameter will be prioritized over theids
parameter.- Cache/Update Frequency:
- Every 60 seconds for Public API.
- every 45 seconds for Pro API (Analyst, Lite, Pro, Enterprise).