- Home
- Categories
- Blockchain
- Alchemy NFT API
Alchemy NFT API
The Alchemy NFT API allows developers to access detailed on-chain NFT data, making it suitable for building NFT marketplaces, wallet integrations, and analytic tools.
Developed by Alchemy
Reference for available routes, request structures, and live examples.
Retrieves metadata for an NFT collection contract
https://eth-mainnet.g.alchemy.com/nft/v2/{contract}/metadatacurl -X GET 'https://eth-mainnet.g.alchemy.com/nft/v2/{contract}/metadata' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"contract": "0xbc4ca0...",
"withStats": true
}{
"name": "Bored Ape Yacht Club",
"stats": {
"floorPrice": 85.42,
"totalVolume": 2500000
},
"symbol": "BAYC",
"contract": "0xbc4ca0...",
"tokenType": "ERC721",
"totalSupply": "10000"
}- Building NFT marketplaces with real-time ownership and pricing dataOptimized Capability
- Integrating NFT displays in wallets to showcase user collectionsOptimized Capability
- Creating analytic dashboards for NFT sales trends and market insightsOptimized Capability
- Developing token-gated access or NFT airdrop mechanismsOptimized Capability
- ✓ Comprehensive on-chain NFT data across multiple blockchains
- ✓ Batch querying reduces request overhead
- ✓ Supports real-time event webhooks
- ✓ Cached media delivery ensures fast load times
- ✗ Primarily supports Ethereum mainnet and select chains
- ✗ API rate limits may impact very high-volume applications
- ✗ Requires API key for all requests
- ✗ Limited native support outside JSON response format
FAQs
API Specifications
v3Minutes to get API key and start making requests
1000 requests per minute
Up to 100,000 free requests per month with full feature access
Use Case: Best For
Developers building NFT-focused marketplaces, wallets, analytics, and token gating tools
Not Recommended For
Projects requiring support for blockchains outside supported networks or needing non-JSON formats
Explore Related APIs
Discover similar APIs to Alchemy NFT API
Covalent API
The Covalent API offers seamless access to aggregated blockchain data from various networks, enabling developers to build multi-chain applications efficiently.
Etherscan API
The Etherscan API offers developers free access to Ethereum blockchain data, suitable for applications like crypto wallets, DeFi, and analytics tools.
The Graph API
The Graph API provides developers free access to blockchain data, enabling efficient queries using GraphQL for dApp development and analytics.