i seem to get an error when trying to get the balance from current address with this code,
help please
getBalances = async() => {
const ropstenbalance = await Moralis.Web3API.account.getNativeBalance({chain: "ropsten"});
console.log(ropstenbalance.balance / 1e18);
}