Greetings,
There is an issue iām having when calling this specific endpoint, even directly from moralis admin panel.
Iām receiving āundefinedā as an amount, where i would get the amount correct, when trying with address and tokenId. The contract is in Mumbai Testnet.
{
"token_address": "0x455a81cebc5cee9cffb99abed36808f71b16a817",
"token_id": "4",
"amount": "undefined",
"token_hash": "89d546cf878cd7b15b8a9b113147b9f2",
"block_number_minted": "26379996",
"updated_at": null,
"contract_type": "ERC1155",
"name": null,
"symbol": null,
....
}