[SOLVED] ERC20 Balance Endpoint - Missing Assets for old AXS contract

Hello,

We have been using the moralis deep index API. It has been working in all cases except the following scenario.

URL: https://deep-index.moralis.io/api/v2//erc20?chain=eth
Contract: https://etherscan.io/token/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA

Our addresses holding the token(0xF5D669627376EBd411E34b98F19C868c8ABA5ADA) do not show up in the erc20 balance API.

Regards,

I will check later today

What endpoint are you using exactly?
Did you try with disable_total=false in case that the endpoint has that parameter?

yes, its still not working. This is the endpoint:
https://deep-index.moralis.io/api/v2/myethaddress/erc20?chain=eth&disable_total=false
https://deep-index.moralis.io/api/v2/myethaddress/erc20?chain=eth

You are using there your wallet address or that contract address as myethaddress?

I am using my wallet address. So just to give you an idea, this is working for all other tokens except for the token represented by the contract address - 0xF5D669627376EBd411E34b98F19C868c8ABA5ADA

Ok, maybe is something particular with that contract address.

Yes, it is for the specific contract.

I tried to use read contract now with an address that should have that token: 0x3f31df519ccd510e919d57a0bfcdedd181967228
https://etherscan.io/token/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA#readContract

and it returned 0 for balanceOf

Interesting. I think this is an etherscan bug then. Thank you for your help! Much appriciated!

Hey @cryptoworthdev

No problem! If you have no further questions, I will be closing this thread, feel free to post again anytime you are having issues. :slightly_smiling_face: