Hello! We use Moralis NFT API.
We found some of the NFT metadata were old and null.
The majority of NFTs never change metadata in the past.
but recently a lot of NFT collectibles have revealed functions. (Update image after first minting)
- How often Moralis update NFT metadata? If no, do you plan to do it?
- Why is it sometimes ânullâ? Even token_uri has a correct value like this
"token_uri": "https://ipfs.foundation.app/ipfs/QmT8RYCuyKwNvoeyKgabhY7ps6SKaw7VJzH8QTAmc2X7k4/metadata.json",
Moralis reSyncMetadata API is helpful. However, our service is like an NFT portfolio service.
Itâs difficult to update all of their NFTs.
Any solutions?