When querying for a walletâs NFTs, the service sometimes returns ERC1155 metadata as ânullâ
Example address: 0x99BC02c239025E431D5741cC1DbA8CE77fc51CE3
Example Query: /0x99BC02c239025E431D5741cC1DbA8CE77fc51CE3/nft
Payload Example
{
"token_address": "0x1e52f7a450b08b1b249a4f4f54518fc5278c2285",
"token_id": "1",
"amount": "1",
"owner_of": "0x99bc02c239025e431d5741cc1dba8ce77fc51ce3",
"token_hash": "5aba571299be11ec28c481591e2040a6",
"block_number_minted": "14813706",
"block_number": "14813756",
"updated_at": "1653086828.003",
"contract_type": "ERC1155",
"name": "Twin Tigers",
"symbol": "TIGER",
"token_uri": "https://ipfs.moralis.io:2053/ipfs/QmVFxJrbtKJ7iEtpBSXZQyUDqFfB15DZ46HVymA2XAR37u/0000000000000000000000000000000000000000000000000000000000000001",
"metadata": null,
"last_token_uri_sync": "2022-07-18T08:55:15.396Z",
"last_metadata_sync": "2022-07-21T07:15:25.272Z"
},