Check out below response msg, no metadata returned because thereās a bug on token_uri.
It should be https://sunflower-land.com/play/erc1155/204.json
request:
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/0xC159698C6BD7422a9DBDEDc848fF6d35A15Fa689/nft?chain=polygon&format=decimal' \
-H 'accept: application/json' \
part of response
{
"token_address": "0x22d5f9b75c524fec1d6619787e582644cd4d7422",
"token_id": "204",
"block_number_minted": "25433916",
"owner_of": "0xc159698c6bd7422a9dbdedc848ff6d35a15fa689",
"block_number": "27518134",
"token_hash": "77cabf5efe50032a20e20c14f27ae728",
"amount": "1000000000000000000",
"contract_type": "ERC1155",
"name": null,
"symbol": null,
"token_uri": "https://sunflower-land.com/play/erc1155/00000000000000000000000000000000000000000000000000000000000000cc.json",
"metadata": null,
"synced_at": "2022-04-21T00:15:09.818Z" },