Hi all,
I’m using moralis web3 API to get the NFT of a user for a specific collection. I’m really loving working with moralis but there’s just one issue I’m currently facing. I have a collection on rinkeby and I’m having trouble getting the latest information on that collection. For example I have once account that minted 18 NFTs but the web3 api only returns 15. I have another account that minted 3 but moralis returns 0.
Is there a way to make moralis update to the latest info or watch the nft contract? Also, could this just be a testnet issue or is there something I have to always do to ensure moralis fetches the latest information. Thanks!
- Edit. The three of the second account have been found now, but still having issues finding the 3 missin from the first account. So the question is basically: is there any way I can improve the web3 api for my particular collection?