Hi.
I try to get my nfts from Moralis.Web3API.account.getNFTs(options) function. But I canât get metadata and token_uri informations in result. I can see my nfts in opensea collected section. So I can understand there is no problem with nft, metadata and minting. So what can be the problem about this metadata null error?
Example result:
{
âtoken_addressâ: â0x1fd55b1086779162792bd09a04d4991c3b51de36â,
âtoken_idâ: â6â,
âblock_number_mintedâ: â27328734â,
âowner_ofâ: â0x050ea6a9277b476a1d54f3b023b649c555a970bbâ,
âblock_numberâ: â27328734â,
âtoken_hashâ: âf5ad4e6b51c1b9806a213948ad7a0ac8â,
âamountâ: â1â,
âcontract_typeâ: âERC721â,
ânameâ: âTestâ,
âsymbolâ: âICASBâ,
âtoken_uriâ: null,
âmetadataâ: null,
âsynced_atâ: null
}