Pages: 2
URL: llms-txt#nfts-collection-data-by-id
Source: https://docs.coingecko.com/v3.0.1/reference/nfts-id
v3.0.1/reference/api-reference/coingecko-demo.json get /nfts/{id} This endpoint allows you to query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection ID
URL: llms-txt#nfts-list-(id-map)
Source: https://docs.coingecko.com/v3.0.1/reference/nfts-list
v3.0.1/reference/api-reference/coingecko-demo.json get /nfts/list This endpoint allows you to query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko
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 as asset_platform_id and contract_address.
per_page and page 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.
The responses are paginated to 100 items.