Hello,
I’m trying to getNFTs for Goerli, like this
const options = {
chain: ‘0x5’,
address: ‘0xc6e27734C6BF970D2b725656FbEE9e2E62A95983’,
token_addresses: ‘0xfc6f7dce609bd83512365A0e09741E3bFb42f5dd’,
};
var myNFTs = await Moralis.Web3API.account.getNFTs(
options
)
but got empty. But for sure the address has minted the NFT (https://goerli.etherscan.io/tx/0x07a45481b1d5a66f1f3cae30651fa174e416db7683badba7f29d20bd8085bf22)
I’ve tried with many other wallets but the same result, only this address (the first wallet minted the NFT): 0xb725088fb4ed38c85736aa926d6a9f1ac0da18fe
return 1 for the above API
Is it because Moralis does not synced data yet?