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 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 | getNFTTransfersFromToBlock | Get transfers from block to block | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/transfers | β |
9 | getNFTTransfersByBlock | Get transfers by block | Method Documentation | https://deep-index.moralis.io/api/v2.2/block/:block_number_or_hash/nft/transfers | β |
10 | 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 |
---|---|---|---|---|---|
11 | getWalletNFTCollections | Get collections by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/collections | β |
12 | getNFTContractMetadata | Get contract metadata | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/metadata | β |
13 | 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 |
---|---|---|---|---|---|
14 | getNFTOwners | Get NFT owners | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/owners | β |
15 | 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 |
---|---|---|---|---|
16 | getNFTFloorPriceByContract | Get NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price |
17 | getNFTFloorPriceByToken | Get NFT floor price by token | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/floor-price |
18 | getNFTHistoricalFloorPriceByContract | Get historical NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price/historical |
19 | getNFTContractSalePrices | Get contract sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/price |
20 | getNFTSalePrices | Get sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/price |
21 | getNFTLowestPrice | Get lowest price | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/lowestprice |
Get NFT Tradesβ
No. | Method | Description | API Reference | URL | Spam Detection |
---|---|---|---|---|---|
22 | getNFTTrades | Get NFT trades | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/trades | β |
23 | getNFTTradesByToken | Get trades by token | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/trades | |
24 | 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 |
---|---|---|---|---|---|
25 | getNFTCollectionStats | Get collection stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/stats | |
26 | getNFTTokenStats | Get token stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/stats |
Get NFT Traits and Rarityβ
No. | Method | Description | API Reference | URL | Spam Detection |
---|---|---|---|---|---|
27 | 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 | |
28 | getNFTTraitsByCollectionPaginate | Get NFT traits by collection (paginated, no limit) | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/traits/paginate | |
29 | getNFTsByTraits | Get NFTs by traits | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/nfts-by-traits | β |
30 | resyncNFTTraitsByCollection | Resync NFT traits by collection | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/traits/resync |