Make an Out-of-band Update to a Wallet Balance.

Make an out-of-band update to a wallet balance in Knova only by either issuing, redeeming, or
transferring funds from the wallet.

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

User ID of the wallet to issue funds to

string
required

Amount of funds to issue

string
required

Asset code of the funds to issue (e.g. BTC)

string
required

Memo for the issuance

string
enum
required
Allowed:
Responses

400

Possible reasons:

  • unknown asset_code
  • amount must be positive
  • memo cannot be empty: e.g. "authorized by JG"
404

Possible reasons:

  • unknown user
  • unknown recipient user
500

Possible reasons:

  • failed to get user from database
  • failed to get to asset_code
  • failed to get authority public key
  • failed to get user from database
  • 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