- CRC721->ERC-721
- CRC-1155->ERC-1155
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. |