List of all NFT API endpoints
NFT API Chain Support Matrix
TokenType DIFF
- CRC721->ERC-721
- CRC-1155->ERC-1155
Method | Conflux Core | Conflux eSpace |
---|---|---|
getNFTs | ✅ | ✅ |
getNFTMetadata | ✅ | ✅ |
getNFTsForCollection | ✅ | ✅ |
getContractMetadata | ✅ | ✅ |
getOwnersForToken | ✅ | ✅ |
getOwnersForCollection | ✅ | ✅ |
refresh | ✅ | ✅ |
NFT API Endpoints By Usecase
Method | Use Case | What to use it for |
---|---|---|
getNFTs | Ownership & Token Gating | Retrieve the ownerAddress mapping token collection |
getNFTMetadata | Metadata | Retrieve the metadata associated with a given NFT i.e. a specific tokenId &contractAddress |
getNFTsForCollection | Retrieve the contractAddress mapping token collection | |
getContractMetadata | Retrieve the metadata associated with a given contractAddress | |
getOwnersForToken | Ownership & Token Gating | Retrieve the owners of a given token |
getOwnersForCollection | Retrieve all the owners for a given NFT contract or collection | |
refresh | Submit a request that refresh the cached NFT metadata for a particular token. |