When querying for NFTs some return no metadata at all:
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/0xbFCF685360ccA98A35F79a1AbD25193143b972Fd/nft?chain=eth&format=decimal&order=name.DESC' \
-H 'accept: application/json' \
-H 'X-API-Key: xxxx'
partial result:
"result": [
{
"token_address": "0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
"token_id": "268820",
"amount": "1",
"owner_of": "0xbfcf685360cca98a35f79a1abd25193143b972fd",
"block_number": "12020003",
"block_number_minted": "12019816",
"contract_type": "ERC1155",
"token_uri": null,
"metadata": null,
"synced_at": null,
"name": "Rarible",
"symbol": "RARI"
},