ERC1155Enumerable
Metadata for each NFT is fetched from the NFT’s uri
property.
If the metadata is hosted on IPFS, the metadata is fetched and made available as an object.
The object’s image
property will be a URL that is available through the thirdweb IPFS gateway.
Get the metadata and current owner of all NFTs in the contract.
By default, returns the first 100
NFTs (in order of token ID). Use queryParams
to paginate the results.
Get all the data associated with the NFTs owned by a specific wallet.