I can not get all NFTs for specific address on amoy network

const response = await moralis.EvmApi.nft.getWalletNFTs({
address: addr,
chain:EvmChain.POLYGON_AMOY
})

Using the above code, I tried to fetch NFTs for specific address. But I can not get all NFTs.
Please check for this address.
0x6D688930036D3d3bF364f5E7df002d8e00fd53eF

Hi @Asato

Thanks for the report. Can you please share the contract address of the NFT that is missing? That will help us debug why it is missing.

https://amoy.polygonscan.com/address/0xd8c81bfe4e84297efad06a6d25e1046c6c4f364b

Thanks for the details. There seems to be an issue.
I have reported it to the devs. Will keep you posted as soon as there is an update.