Iām doing a little project for a nft community Iām in. The minting was slow and it took some weeks to finally mint all 2222 nfts in the collection. Currently the moralis API returns only 2220 and the last update to the contract metadata was on 2022-08-05T00:00:00.000Z.
If I use the getNFTMetadata function I receive the following response:
{
āmessageā: āNo metadata found! Try again laterā
}
I tried using the reSyncMetadata for both tokens but even after several days the metadata doesnāt change.
Using getContractNFTs gives me the following response:
{
ātotalā: 2220,
āpageā: 0,
āpage_sizeā: 100,
ā¦
}
It looks like there is no token_uri or metadata for two specific nfts (maybe because of the long minting phase). How can I proceed to receive the missing metadata for those two nfts?
Contract: 0x318F6A35547696848CB0C251C46de67Ee1511296
Missing NFTs token_id: 361, 362
Thank you very much in advance.
regards ic3lotus