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 | :white-check-mark: | :white-check-mark: |
| getNFTMetadata | :white-check-mark: | :white-check-mark: |
| getNFTsForCollection | :white-check-mark: | :white-check-mark: |
| getContractMetadata | :white-check-mark: | :white-check-mark: |
| getOwnersForToken | :white-check-mark: | :white-check-mark: |
| getOwnersForCollection | :white-check-mark: | :white-check-mark: |
| refresh | :white-check-mark: | :white-check-mark: |
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. |
