We are setting up external key wallets via an api call - createkeypairs will send the data back with private key and address...that data is stored locally in device or browser storage. We won't have access to the private key, so I just wanted to know the simplest method of API calls to send assets via API calls, rather than try to do everything in the browser.