Hello guys,so I have uploaded several NFT’s to opensea, now I want to fetch them through moralis SDK, I also installed opensea plugin but when I paste the address which I have in opensea referring to the NFT’s there, I am getting an empty array. What I am doing wrong ?
const userEthNFTs = await Moralis.Web3API.account.getNFTs({
chain: 'eth',
address: '0x9679dbb3be75fc04908d8a20e7f4b736a4fe45c0',
});