Initiate new Internal Transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
string
required

Unique external ID for idempotency

string
required

Asset code for the transaction (e.g. BTC)

uuid
required

User ID of the recipient

string
required

Amount of the asset to transfer

string
required

Optional memo for the transaction

Responses

400

Possible reasons:

  • could not parse amount: {body.amount}
  • amount must be positive
  • unknown asset_code
  • transaction with this external_id was already attempted
500

Possible reasons:

  • failed to get asset code
  • database error
  • attempt to verify existing contract failed
  • failed to get authority public key
  • could not begin transactional query
  • failed to save contract
  • failed to save contract actions
  • failed to create transaction
  • failed to commit database transaction
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json