I am getting this error when I am trying to get the wallet balance using moralis.
Actually, I am using getAllERC20() function to get the wallet balance.
const balances = await Moralis.Web3.getAllERC20({ chain: βbscβ, address: β0xb93F90aa5B2D1ff56e528cC1f2eEb5b624b1Eb26β });
Here is the source from where I have get this code.
Here is my code line to get wallet balance from wallet address.
would you please let me know where is the issue.