NFT API Endpoints Overview

List of all NFT API endpoints

NFT API Chain Support Matrix

TokenType DIFF

  • CRC721->ERC-721
  • CRC-1155->ERC-1155
MethodConflux CoreConflux eSpace
getNFTs
getNFTMetadata
getNFTsForCollection
getContractMetadata
getOwnersForToken
getOwnersForCollection
refresh

NFT API Endpoints By Usecase


MethodUse CaseWhat to use it for
getNFTsOwnership & Token GatingRetrieve the ownerAddress mapping token collection
getNFTMetadataMetadataRetrieve the metadata associated with a given NFT i.e. a specific tokenId &contractAddress
getNFTsForCollectionRetrieve the contractAddress mapping token collection
getContractMetadataRetrieve the metadata associated with a given contractAddress
getOwnersForTokenOwnership & Token GatingRetrieve the owners of a given token
getOwnersForCollectionRetrieve all the owners for a given NFT contract or collection
refreshSubmit a request that refresh the cached NFT metadata for a particular token.