Hi!
Sorry for the noob question.
My problem:
I can get info on NFTs from a Metamask wallet on the main Polygon network
But
I can’t get any info on NFTs from the same Metamask wallet on the Mumbai test network
I’m using the same code for both, and I’m also seeing the same result here:
https://docs.moralis.io/reference/getnfts
https://docs.moralis.io/reference/getnftsforcontract
I just get this result when checking the Mumbai contracts, but when checking the main Polygon chain it finds the NFTs.
{
"total": 0,
"page": 1,
"page_size": 100,
"cursor": null,
"result": []
}
The NFTs shows up in my Metamask and they are visible on Opensea.
I’ve tried with two different wallets and the 721, 721A and 1155 contract types.
The contract NFT on Polygon that I’m able to get data from is a 721.
There’s probably something very basic I’m missing, but could use some help here.
Let me know if I need to provide more info.
Thanks in advance!