/api/transfer

Transfer MOBI to a third-party address (GUSER ➞ GEXT)

Directly transfer the specified amount of MOBI from the authenticated account to the third-party

$.post(
  'https://yoursite.com/your-app/api/transfer',
  { amount: 5.0, target_address: 'GADCD4JJAYBVI4X3QBLKSSL63V2EPNNICIXX3NEV2JWFYEA6BFURCMDP' },
  function(data) {
    console.log(data);
  }
);
Language
Credentials