Overview
NFT API is a solution that allows the user to obtain data regarding NFTs. The API is divided into six endpoints: Get NFT by Address, Get NFT history by Address, Get NFT History, Get NFT Collection Holders, Get NFT Metadata, and Get Collection Metadata. The available NFT standards are ERC-721 and ERC-1155.
A successful request includes information on token ID, collection, transfer, metadata, sale price, etc. Refer
to each endpoint for more details. When making a request, it's mandatory to specify an EOA wallet's address
for the Get NFT by Address and Get NFT history by Address endpoints. The Get NFT Collection Holders and Get
Collection Metadata endpoints require providing their contract
whereas The Get NFT History and Get NFT Metadata
endpoints require both contract
and tokenId
.
Endpoints
Availability
Blockchain Network | Availability |
---|---|
Avalanche C-Chain | ✅ |
Arbitrum One | ✅ |
BNB Smart Chain Mainnet | ✅ |
Ethereum Mainnet | ✅ |
Metis Andromeda | ✅ |
Polygon PoS | ✅ |
Polygon zkEVM | ✅ |