now it looks like I get this output for hex:
{
"total": 1,
"page": 0,
"page_size": 500,
"result": [
{
"token_address": "0x82a3e038048cf02c19e60856564be209899d4f12",
"token_id": "0x000000000000000000000000000000000000000000000000000000000000520e",
"block_number_minted": "13551904",
"owner_of": "0x4e2f2eae1e26b6a27af2badd5efbfce3081868cd",
"block_number": "13551904",
"amount": "1",
"contract_type": "ERC1155",
"name": null,
"symbol": null,
"token_uri": "https://moonboxes.io/api/card/000000000000000000000000000000000000000000000000000000000000520e",
and this output for decimal:
{
"total": 1,
"page": 0,
"page_size": 500,
"result": [
{
"token_address": "0x82a3e038048cf02c19e60856564be209899d4f12",
"token_id": "21006",
"block_number_minted": "13551904",
"owner_of": "0x4e2f2eae1e26b6a27af2badd5efbfce3081868cd",
"block_number": "13551904",
"amount": "1",
"contract_type": "ERC1155",
"name": null,
"symbol": null,
"token_uri": "https://moonboxes.io/api/card/000000000000000000000000000000000000000000000000000000000000520e",
I think that the token_uri should be the same in both cases