Hi,
when calling Moralis.Web3API.account.getNFTsForContract some NFTs returns null metadata.
For example the following NFT on rinkeby
contract address: 0x186a2732cd5c7010ef1d5a9499d9f86c099bd19c
token ID: 67
Metadata is actually available at:
https://fdp00bm8i1.execute-api.us-west-1.amazonaws.com/teekey?id=67
This is the response I get for that NFT:
{
"token_address": "0x186a2732cd5c7010ef1d5a9499d9f86c099bd19c",
"token_id": "67",
"block_number_minted": "9775307",
"owner_of": "0x1eb8b60947b90b6aef96c7b829f91be05b8495f9",
"block_number": "9775307",
"amount": "1",
"contract_type": "ERC721",
"name": "Teekey",
"symbol": "TEE",
"token_uri": "https://fdp00bm8i1.execute-api.us-west-1.amazonaws.com/teekey?id=67",
"metadata": null,
"synced_at": null,
"is_valid": 0,
"syncing": 1,
"frozen": 0
}
Can you please shine a light in regards what could be the issue?
Many thanks,
Enrico