- Home
- Categories
- Blockchain
- CoinGecko NFT API
CoinGecko NFT API
The CoinGecko NFT API offers developers real-time and historical data on NFTs and blockchain markets, suitable for applications requiring accurate market insights.
Developed by CoinGecko
Reference for available routes, request structures, and live examples.
Retrieves top NFT collections by market cap
https://api.coingecko.com/listcurl -X GET 'https://api.coingecko.com/list'{
"order": "market_cap_desc",
"per_page": 10
}[
{
"id": "bored-ape-yacht-club",
"name": "Bored Ape Yacht Club",
"market_cap": 850000000,
"floor_price": 85.42
}
]- Displaying real-time NFT floor prices on a marketplaceOptimized Capability
- Building portfolio trackers showing value of NFT holdingsOptimized Capability
- Triggering alerts when volume or price crosses thresholdsOptimized Capability
- Aggregating NFT collection rankings by market cap or volumeOptimized Capability
- ✓ No signup required for free tier — rapid prototyping
- ✓ High uptime (~99.9%) ensures production reliability
- ✓ Wide language support and clear documentation
- ✓ Real-time and historical data across NFTs and collections
- ✗ Rate limits may be restrictive for high-frequency use
- ✗ No official SDKs for some languages (e.g., Swift, C#)
- ✗ No OAuth2 or advanced auth—limited security for paid tiers
- ✗ No XML or GraphQL support
FAQs
API Specifications
v1Under 5 minutes to call endpoints in curl or client code
up to 50 requests/minute on free tier, 200 requests/minute on paid
Up to 50 requests per minute, unlimited endpoints, no credit card required
Use Case: Best For
Developers building NFT dashboards, analytics tools, bots, or portfolio apps
Not Recommended For
High-frequency trading requiring sub-second data, enterprise datafeeds requiring SLAs beyond free tier
Explore Related APIs
Discover similar APIs to CoinGecko NFT API
Covalent API
The Covalent API offers developers free access to aggregate blockchain data from over 100 networks, facilitating the building of multi-chain applications.
Etherscan API
The Etherscan API offers developers free access to comprehensive Ethereum blockchain data, suitable for applications such as crypto wallets and analytics tools.
The Graph API
The Graph API allows developers to efficiently query blockchain data using GraphQL, organizing data from Ethereum and Polygon networks into subgraphs for real-time access.