NFT API
Select what you want to achieve:
- Get NFTs
- Get NFT Metadata
- Get NFT Transfers
- Get NFT Collections
- Get NFT Owners
- Get NFT Prices
- Get NFT Trades
- Get NFT Stats
- Get NFT Traits and Rarity
- Get Trending NFTs
Get NFTs
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 1 | getWalletNFTs | Get NFTs by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft | ✅ |
| 2 | getMultipleNFTs | Get multiple NFTs | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/getMultipleNFTs | ✅ |
| 3 | getContractNFTs | Get NFTs by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address | ✅ |
Get NFT Metadata
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 4 | reSyncMetadata | Resync metadata | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/metadata/resync | |
| 5 | getNFTMetadata | Get NFT data | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id |
Get NFT Transfers
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 6 | getWalletNFTTransfers | Get transfers by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/transfers | ✅ |
| 7 | getNFTContractTransfers | Get transfers by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/transfers | ✅ |
| 8 | getNFTTransfers | Get transfers by contract and token ID | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/transfers | ✅ |
Get NFT Collections
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 9 | getWalletNFTCollections | Get collections by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/collections | ✅ |
| 10 | getNFTContractMetadata | Get contract metadata | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/metadata | ✅ |
| 11 | syncNFTContract | Sync NFT contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/sync |
Get NFT Owners
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 12 | getNFTOwners | Get NFT owners | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/owners | ✅ |
| 13 | getNFTTokenIdOwners | Get token ID owners | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/owners | ✅ |
Get NFT Prices
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 14 | getNFTFloorPriceByContract | Get NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price |
| 15 | getNFTFloorPriceByToken | Get NFT floor price by token | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/floor-price |
| 16 | getNFTHistoricalFloorPriceByContract | Get historical NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price/historical |
| 17 | getNFTContractSalePrices | Get contract sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/price |
| 18 | getNFTSalePrices | Get sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/price |
Get NFT Trades
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 19 | getNFTTrades | Get NFT trades | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/trades | ✅ |
| 20 | getNFTTradesByToken | Get trades by token | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/trades | |
| 21 | getNFTTradesByWallet | Get trades by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/nfts/trades |
Get NFT Stats
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 22 | getNFTCollectionStats | Get collection stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/stats |
Get NFT Traits and Rarity
| No. | Method | Description | API Reference | URL | Spam Detection |
|---|---|---|---|---|---|
| 23 | getNFTTraitsByCollection | Get NFT traits by collection (single response, limited to 5,000 traits) | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/traits | |
| 24 | getNFTTraitsByCollectionPaginate | Get NFT traits by collection (paginated, no limit) | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/traits/paginate | |
| 25 | getNFTsByTraits | Get NFTs by traits | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/nfts-by-traits | ✅ |
| 26 | resyncNFTTraitsByCollection | Resync NFT traits by collection | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/traits/resync |
Get Trending NFTs
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 27 | getTopNFTCollectionsByMarketCap | Get the top NFT collections by market cap | Method Documentation | https://deep-index.moralis.io/api/v2.2/market-data/nfts/top-collections |
| 28 | getTopNFTCollectionsByTradingVolume | Get the top NFT collections by trading volume | Method Documentation | https://deep-index.moralis.io/api/v2.2/market-data/nfts/hottest-collections |