Hello,
I would like to know if there is a possibility to see all the NFTs of a specific erc1155 contract in the PolygonNFTOwners table.
Indeed, I can see the NFTs of my contract for the users registered in the âUserâ table, but I canât see the NFTs of the users outside my application.
I have already tried several things:
- Set the contract address to âsync and watch addressâ in the âsyncâ tab of the server.
- Call functions like âconst nftOwners = await Moralis.Web3API.token.getNFTOwners(options);â which according to the documentation: âRequests for contract addresses not yet indexed will automatically start the indexing process for that NFT collectionâ
But this does not work.
Iâm working on Polygon mumbai testnet.
Thank you.