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

Related APIs

Discover similar APIs that might interest you

APIfreemium

Etherscan API

Etherscan API provides developers with p...

Category
Blockchain
Endpoints
1
blockchain-dataethereum-exploreretherscan
APIopen source

Web3.js Ethereum API

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

Category
Blockchain
Endpoints
1
ethereumweb3
APIopen source

Helium Blockchain API

Helium Blockchain API offers public acce...

Category
Blockchain
Endpoints
1
blockchainiot
CoinGecko NFT API for Cryptocurrency & NFT Data | Free API Hub