FreeAPIHub
HomeAPIsAI ModelsAI ToolsBlog
Favorites
FreeAPIHub

The central hub for discovering, testing, and integrating the world's best AI models and APIs.

Platform

  • Categories
  • AI Models
  • APIs

Company

  • About Us
  • Contact
  • FAQ

Help

  • Terms of Service
  • Privacy Policy
  • Cookies

© 2026 FreeAPIHub. All rights reserved.

GitHubTwitterLinkedIn
  1. Home
  2. Categories
  3. Blockchain
  4. Alchemy NFT API
published

Alchemy NFT API

The Alchemy NFT API offers developers free access to NFT metadata, ownership history, and collection data across blockchains like Ethereum and Polygon, suitable for marketplace and analytic tool integration.

Developed by Alchemy

Live API
99.95%Uptime
200msLatency
350Stars
API KeyAuth
NoCredit Card
RESTStyle
v3Version

Reference

API Endpoints

Endpoints

Available routes, request structures, and code examples.

Retrieves metadata for an NFT collection contract

Endpoint URL
https://eth-mainnet.g.alchemy.com/nft/v2/{contract}/metadata
Code Example
curl -X GET 'https://eth-mainnet.g.alchemy.com/nft/v2/{contract}/metadata' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "contract": "0xbc4ca0...",
  "withStats": true
}
Expected Response
{
  "name": "Bored Ape Yacht Club",
  "stats": {
    "floorPrice": 85.42,
    "totalVolume": 2500000
  },
  "symbol": "BAYC",
  "contract": "0xbc4ca0...",
  "tokenType": "ERC721",
  "totalSupply": "10000"
}
Version:v2
Limit:330 requests/second

Integration

Quick Start

cURL ExampleREST
curl -X GET "https://eth-mainnet.g.alchemy.com/nft/v3/getNFTs?owner=0x1234567890abcdef1234567890abcdef12345678"

Docs

Technical Documentation

What this API does

The Alchemy NFT API provides developers with seamless access to comprehensive NFT data across leading blockchains such as Ethereum and Polygon. This API allows for the fetching of NFT metadata, ownership history, and collection data efficiently.

How it works

Developers can make HTTP GET requests to various endpoints to access NFT data. The API supports efficient batch requests to retrieve information about multiple NFTs simultaneously, optimizing usage and performance. Additionally, it enables real-time webhook notifications to keep applications updated with the latest NFT activity.

Authentication

To use the Alchemy NFT API, developers need to authenticate their requests with an API key. This ensures secure access to the API endpoints and protects data integrity.

Example usage

  • /getNFTs - Retrieves a list of NFTs owned by a specific wallet address.
  • /getNFTMetadata - Fetches detailed metadata for a specific NFT based on its token ID.
  • /getOwnershipHistory - Provides the ownership history for a specific NFT.
  • /getContractMetadata - Retrieves metadata for an entire NFT collection.

Limits

The Alchemy NFT API allows for 100,000 free compute units per month. Further details on rate limits may be found in the official documentation.

Ideal use cases

  • Building dynamic NFT marketplaces that require real-time updates.
  • Creating analytic tools for tracking NFT ownership and sales data.
  • Integrating NFT data into wallets and token-gated applications.

Examples

Real-World Applications

  • Building NFT marketplaces
  • Integrating NFT ownership verification in wallets
  • Creating analytics dashboards for NFT collections
  • Developing token-gated content platforms
  • Monitoring NFT sales and transfers

Evaluation

Advantages & Limitations

Advantages
  • ✓ Extensive blockchain coverage including Ethereum and Polygon
  • ✓ High free tier limits with 100,000 compute units monthly
  • ✓ Webhook support for real-time updates
  • ✓ Clear and detailed documentation with example endpoints
Limitations
  • ✗ Rate limits may be restrictive for very high volume applications
  • ✗ API key required for access
  • ✗ Limited to supported blockchains; not all NFT chains covered
  • ✗ No official SDK for some popular languages like C#

Support

Frequently Asked Questions

Important Notice

Verify Before You Decide

Last verified · Apr 30, 2026

The details on this page — including pricing, features, and availability — are based on our last review and may not reflect the provider's current offering. Providers update their products frequently, sometimes without prior notice.

What may have changed

Pricing Plans
Features & Limits
Availability
Terms & Policies

Always visit the official provider website to confirm the latest pricing, terms, and feature availability before subscribing or integrating.

Check official site

External Resources

Documentation Official Website Pricing Details Postman Collection

API Specifications

v3
Pricing Model
Tiered based on compute units used
Credit Card
Not Required
Response Formats
JSON
Supported Languages
6 Languages
SDK Support
JavaScript, Python, Java
Rate Limit

100,000 requests per month, adjustable with paid plans

Time to Hello World

5 minutes

Free Tier

100,000 free compute units per month with no credit card required

Best For

Developers building NFT marketplaces, wallets, and analytics tools

Not Ideal For

Projects requiring extremely high throughput or unsupported blockchains

Tags

#token-gating#nft-metadata#alchemy#polygon#blockchain#nft#web3#ethereum

You Might Also Like

More APIs Similar to Alchemy NFT API

Covalent API

The Covalent API provides developers with free access to blockchain data across multiple blockchains, making it ideal for various blockchain applications.

PublicREST

Bitquery API

The Bitquery API offers developers comprehensive access to on-chain data from over 40 blockchains, suitable for applications in analytics, compliance, and DeFi.

publicGraphQL

Web3.js Ethereum API

Web3.js is an open-source library that allows developers to interact seamlessly with the Ethereum blockchain, manage wallets, and build dApps.

PublicREST