Files
vibe-coding-cn/i18n/en/skills/03-crypto/coingecko/references/nfts.md
T
tukuaiai 828505a2f1 docs: align en/ structure with main README
- Simplify language badges (zh, en, more languages)
- Add X badge @123olp
- Reorganize prompts: 00-meta, 01-system, 02-coding, 03-user
- Reorganize skills: 00-meta, 01-ai-tools, 02-databases, 03-crypto, 04-dev-tools
- Update all path references
2025-12-19 17:14:13 +08:00

1.2 KiB

Coingecko - Nfts

Pages: 2


NFTs Collection Data by ID

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

  • Cache / Update Frequency: every 60 seconds for all the API plans.

NFTs List (ID Map)

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.

    • You may include values such as 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.

    • Cache / Update Frequency: every 5 minutes for all the API plans.