Moralis.executeFunction from

Thank you @qudusayo. I have an input box. where i input the amount tokens i want to send. my questions how do i convert that value that is being imputed to usd, using ethers.js

Using ethers, you’ll need to get it from some reserve, can’t tell much about that currently. A simple way I use is to get the token price and use the response to calculate what to do

How do i send signer.getbalance() from my smart contract
to moralis

What are you looking to do exactly? You can save this balance data to your Moralis server. You can also sync user addresses.

pls how do i use the moralis web3api. i have gotten the data from the user how do i send that data to moralis database.

You can save this data to your Moralis server. If you want to use the Web3API (this is a separate feature), you can check out the docs.

please someone should tell me a good rest api website that i can post my signer.getBalance to.

You can use a cloud function that can be called as a REST API and then from there you can save this information to your Moralis database.