Back to All

getNFTs() API method (withMetadata=true) does not return NFT attributes for ERC-1155 tokens.

We've an NFT collection in ERC-1155 standard which has some attributes(traits) such as gender, age etc. But when we use the getNFTs() API method with withMetadata=true it doesn't return those attribute(traits).

It works fine with ERC-721 standard NFTs but it has a problem with ERC-1155 NFTs.

ReadMe