get https://api.coingecko.com/api/v3/nfts/list
This endpoint allows you to query all supported NFTs with id, contract address, name, asset platform id and symbol on CoinGecko.
Tips
- You may use this endpoint to query the list of nfts for other endpoints that contain params like
id
(nft collectionβs id) as well asasset_platform_id
andcontract_address
- You may include values such as
per_page
andpage
to specify how many results you would like to show in the responses per page and which page of responses you would like to show
Notes
- The responses are paginated to 100 items
- Cache / Update Frequency: every 5 minutes for all the API plans