This is an old revision of the document!


transfer

Send JoxCoins to another user

Usage

/transfer user:<user> amount:<integer> Options

  • amount (integer): The amount of JoxCoins to transfer (min: 1)

Validation

  • Amount must be greater than 0
  • Sender must have sufficient JoxCoins balance
  • Cannot transfer to self

Examples Transfer 100 JoxCoins

/transfer user:user amount:100

Transfer 1000 JoxCoins

/transfer user:user amount:1000