[SOLVED] /nft/address amount undefined

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,
       ....
}

Seems to be an issue on our side, thanks for reporting.

Fix is under way.

No problem, thanks for taking action.

This has now been resolved.

2 Likes