I can get the eth balance of the metamsk in eth using this
async function getBalance(){
const x = await web3.eth?.getBalance(user?.get("ethAddress"))
console.log(x)
}
Is there away to convert this to usd using moralis without using a 3rd party API?