/api/transfer

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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);
  }
);
Body Params
float
required

Amount of MOBI to transfer

string
required

Destination address

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json