Sending MobileCoin
Last updated
Was this helpful?
Last updated
Was this helpful?
The last step in developing your Wallet Interface is to connect to the endpoint. Sending transactions enables the Exchange to send MOB to customers, as well as to transfer MOB between accounts that the Exchange controls.
Review the initial balance of your account by calling with your account_id
generated from the .
Since you are running a test that doesn't require you to review the before submitting it to the , call the convenience method to send to a . Keep note of the transaction_log_id
from the response, as we will need for the next step.
To verify whether the was successful, call with the transaction_log_id
from the previous step. The response will have a field called status
which should say succeeded
once the clears on the .
typically get processed by and are added to the in a few seconds. Once a block has appeared on the , it is finalized and does not require waiting for a certain number of to pass (unlike many other cryptocurrencies).
Congratulations, you just sent your first !