GetNFTs() does not work with manually minted nfts on opensea testnet, tested on Rinkeby and polygon Mumbai chains. Any solution or guidance how to solve this issue?
Those OpenSea NFTs will have to be put on chain in order for the API to get their data as theyβre lazy minted, one way to do this is to transfer them to another wallet using OpenSea (and then back if you want).
Yes, I guess the transfer NFT worked instantly but the one you mint could take time to show up,am I right?
Also how to put them on chain?
but the one you mint could take time to show up,am I right?
No it wonβt show up if you created it directly on OpenSea, it only exists in their environment.
Also how to put them on chain?
As I mentioned, one way to do this is to transfer them to another wallet using OpenSea. Check the chain explorer (rinkeby.etherscan.io or mumbai.polygonscan.com) for the contract + tokenId to make sure it exists after.