Hi!
Iām having a problem retrieving the ERC20 balance from an address in ethereum with the EVM API.
The wallet has UXD balance, but the response is empty when I call the endpoint.
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/0xc145b5017ef908E3fF75171eB024c7848B56A0aF/erc20?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Is there any reason why this happens?
Thanks in advance.