How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Moralis NFT API

The NFT API from Moralis — 28 operation(s) for nft.

Moralis NFT API is one of 29 APIs that Moralis publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include NFT. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 28 operations across 28 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 2.2.

Requests are made against a single base URL, https://deep-index.moralis.io/api/v2.2.

28 operations 28 paths 34 schemas 24 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.2
Base URL
https://deep-index.moralis.io/api/v2.2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Moralis NFT API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 28

Across 28 paths, the API surfaces 28 operations — 24 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

NFT 28
GET
/{address}/nft
Get NFTs by wallet address
getWalletNFTs 10 params → 200
POST
/nft/getMultipleNFTs
Get Metadata for NFTs
getMultipleNFTs 1 param body → 200
GET
/{address}/nft/transfers
Get NFT Transfers by wallet address
getWalletNFTTransfers 12 params → 200
GET
/{address}/nft/collections
Get NFT collections by wallet address
getWalletNFTCollections 7 params → 200
GET
/nft/{address}
Get NFTs by contract address
getContractNFTs 10 params → 200
GET
/nft/{address}/unique-owners
Get unique wallet addresses owning NFTs from a contract.
getUniqueOwnersByCollection 4 params → 200
GET
/nft/{address}/owners
Get NFT owners by contract address
getNFTOwners 7 params → 200
GET
/nft/{address}/transfers
Get NFT transfers by contract address
getNFTContractTransfers 11 params → 200
POST
/nft/{address}/nfts-by-traits
Get NFTs by traits
getNFTByContractTraits 7 params body → 200
GET
/nft/{address}/traits
Get NFT traits by collection
getNFTTraitsByCollection 2 params → 200
GET
/nft/{address}/traits/paginate
Get NFT traits by collection paginate
getNFTTraitsByCollectionPaginate 5 params → 200
GET
/nft/{address}/traits/resync
Resync NFT Trait
resyncNFTRarity 2 params → 202
GET
/nft/{address}/trades
Get NFT trades by collection
getNFTTrades 10 params → 200
GET
/nft/{address}/{token_id}/trades
Get NFT trades by token
getNFTTradesByToken 10 params → 200
GET
/wallets/{address}/nfts/trades
Get NFT trades by wallet address
getNFTTradesByWallet 9 params → 200
GET
/nft/{address}/metadata
Get NFT collection metadata
getNFTContractMetadata 3 params → 200
POST
/nft/metadata
Get metadata for multiple NFT contracts
getNFTBulkContractMetadata 2 params body → 200
GET
/nft/{address}/{token_id}
Get NFT metadata
getNFTMetadata 7 params → 200
GET
/nft/{address}/{token_id}/transfers
Get NFT transfers by token ID
getNFTTransfers 8 params → 200
GET
/nft/{address}/{token_id}/owners
Get NFT owners by token ID
getNFTTokenIdOwners 8 params → 200
PUT
/nft/{address}/sync
Resync NFT Contract
syncNFTContract 2 params → 201
GET
/nft/{address}/{token_id}/metadata/resync
Resync NFT metadata
reSyncMetadata 5 params → 200202404
GET
/nft/{address}/price
Get NFT sale prices by collection
getNFTContractSalePrices 3 params → 200
GET
/nft/{address}/{token_id}/price
Get NFT sale prices by token
getNFTSalePrices 4 params → 200
GET
/nft/{address}/stats
Get summary stats by NFT collection
getNFTCollectionStats 2 params → 200
GET
/nft/{address}/floor-price
Get NFT floor price by contract
getNFTFloorPriceByContract 2 params → 200
GET
/nft/{address}/{token_id}/floor-price
Get NFT floor price by token
getNFTFloorPriceByToken 3 params → 200
GET
/nft/{address}/floor-price/historical
Get historical NFT floor price by contract
getNFTHistoricalFloorPriceByContract 4 params → 200

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are nft (27 properties), nftTransfer (26 properties), nftOwner (25 properties), nftContractMetadata (20 properties). Each schema is shown below with its type and property counts.

mediaCollection
object
3 properties 4 required
trait
object
5 properties 5 required
GetMultipleNftsDto
object
3 properties 1 required
normalizedMetadata
object
7 properties
media
object
7 properties
nftOwnerCollection
object
5 properties 1 required
groupedTrait
object
2 properties 2 required
nftCollectionStat
object
3 properties 3 required
metadataResync
object
1 property 1 required
historicalContractFloorPrice
object
5 properties 1 required
trade
object
12 properties 11 required
nftTransfer
object
26 properties 9 required
nftContractMetadata
object
20 properties 6 required
nftCollection
object
4 properties 1 required
mediaItem
object
3 properties 3 required
groupedTraitCollection
object
1 property 1 required
uniqueOwnersByCollection
object
4 properties 3 required
contractFloorPrice
object
6 properties 2 required
nftOwner
object
25 properties 12 required
nft
object
27 properties 6 required
historicalContractFloorResponse
object
4 properties 1 required
nftFloorPriceIntervalList
string
tradeCollection
object
4 properties 1 required
nftTransferCollection
object
6 properties 4 required
orderList
string
marketplace
object
2 properties 1 required
tokenItem
object
2 properties
tokenFloorPrice
object
7 properties 2 required
nftCollections
object
13 properties 6 required
chainList
string
soldPrice
object
6 properties 4 required
traitCollection
object
4 properties 1 required
nftWalletCollections
object
5 properties 1 required
normalizedMetadataAttribute
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

moralis-nft-api-openapi.yml Raw ↑

Other APIs Moralis publishes across the network.

Moralis Solana API
Moralis Streams API
Moralis Auth API
Moralis Datashare
Moralis Balance API
Moralis Block API
Moralis Categories API
Moralis DeFi API
Moralis Discovery API
Moralis Entities API
Moralis Get Balance API
Moralis Get Collections API
Where this information came from

This is an independent, third-party profile of Moralis NFT API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.