> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NFT API

> Everything you need to build NFT experiences - metadata, ownership, transfers, sales, rarity, floor prices, and marketplace activity across major chains. 

## Overview

The **NFT API** provides complete NFT data including metadata, ownership, trading history, pricing, and collection analytics.

Whether you're building a marketplace, portfolio tracker, or analytics platform, the NFT API gives you everything you need to work with NFTs across all EVM chains.

***

## What Is the NFT API?

The NFT API lets you query:

* **Metadata** - Token and collection metadata with media URLs
* **Ownership** - Current owners and ownership history
* **Transfers** - Transfer history by collection or token ID
* **Pricing** - Floor prices, sale history, and price trends
* **Traits** - Attribute data and rarity analysis
* **Discovery** - Top collections by volume or market cap

***

## Key Features

The NFT API includes:

* **Rich Metadata** - Fully resolved metadata with IPFS gateway support
* **Floor Price Tracking** - Current and historical floor prices
* **Sales Data** - Trade history with prices and marketplaces
* **Trait Analysis** - Collection traits with rarity percentages
* **Ownership Queries** - Find all owners of a collection or token
* **Market Discovery** - Discover trending collections
* **Batch Queries** - Fetch metadata for multiple NFTs at once

***

## Common Use Cases

The NFT API is commonly used for:

* **NFT Marketplaces**\
  (listings, metadata, ownership verification)
* **Portfolio Trackers**\
  (display NFT holdings with valuations)
* **Analytics Platforms**\
  (collection stats, volume, floor trends)
* **Rarity Tools**\
  (trait analysis and rarity rankings)
* **Verification Systems**\
  (prove NFT ownership for gating)
* **Collection Dashboards**\
  (monitor collection performance)

***

## Popular Endpoints

| Endpoint                                                              | Description                          |
| --------------------------------------------------------------------- | ------------------------------------ |
| [NFT Metadata](/data-api/evm/nft/metadata/nft-metadata)               | Get metadata for a specific NFT      |
| [Collection Metadata](/data-api/evm/nft/metadata/collection-metadata) | Get collection-level metadata        |
| [Floor Price](/data-api/evm/nft/prices/collection-floor-price)        | Current floor price for a collection |
| [NFT Owners](/data-api/evm/nft/ownership/owners-by-contract)          | List all owners of a collection      |
| [NFT Transfers](/data-api/evm/nft/transfers/collection-transfers)     | Transfer history for a collection    |
| [Collection Trades](/data-api/evm/nft/trades/collection-trades)       | Recent sales for a collection        |

***

## Get Started

Explore some of the popular NFT API endpoints:

* [Get NFT Metadata](/data-api/evm/nft/metadata/nft-metadata)
* [Get Collection Floor Price](/data-api/evm/nft/prices/collection-floor-price)
* [Get NFT Owners](/data-api/evm/nft/ownership/owners-by-contract)
* [Get NFT Transfers](/data-api/evm/wallet/nft-transfers)
