Some NFT's metadata is null in the returned array

Hi,

I am trying to fetch an account’s Cool Cats NFTs and some returned metadata is null. This account owns 3 NFTs and only 1 of them has the correct returned metadata.

curl -X 'GET' \
  'https://deep-index.moralis.io/api/v2/0xd8b3affa8747b9aea0f60ff97d7797942276fcda/nft/0x1a92f7381b9f03921564a437210bb9396471050c?chain=eth&format=decimal' \
  -H 'accept: application/json' \
  -H 'X-API-Key: REDACTED'

Thank you in advance.

Hi,

We will look. The good part is that token_uri seems to be present for those nfts from where metadata has to be extracted.

Thanks for looking into it.

It looks like the problem is fixed now, the metadata is present now for all those 3 NFTs