Freemium

CoinGecko NFT API

CoinGecko NFT API provides developers and traders with real-time data on cryptocurrencies, NFTs, and blockchain markets. It offers endpoints for tracking prices, market cap, trading volumes, and NFT collections, enabling data-driven decisions for blockchain applications. Available under a freemium pricing model for easy integration.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

50 calls/minute

Rate Limit

API Endpoints

Retrieves top NFT collections by market cap

Full URL

https://api.coingecko.com/api/v3/nfts/list

Code Examples

curl -X GET 'https://api.coingecko.com/api/v3/nfts/list'

Parameters

{
  "order": "market_cap_desc",
  "per_page": 10
}

Example Response

[
  {
    "id": "bored-ape-yacht-club",
    "name": "Bored Ape Yacht Club",
    "market_cap": 850000000,
    "floor_price": 85.42
  }
]

Version

v3

Rate Limit

50 requests/minute
Tags
cryptonft
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

50 calls/minute (free)

Supported Languages
JavaScriptPython
Use Cases
nft trackers
crypto dashboards
https://www.coingecko.com/en/api/pricing

Related APIs

Discover similar APIs that might interest you

APIopen source

Web3.js Ethereum API

Web3.js is the leading free and open-sou...

Category
Blockchain
Endpoints
1
ethereumweb3
APIfreemium

Alchemy NFT API

Alchemy NFT API is a robust platform for...

Category
Blockchain
Endpoints
2
blockchainnft