Transfer

Attention, some wallet implementation generate a different address each time. Make sure to send to the address that holds the balance.

{
  'p': 'xchs',
  'op': 'transfer',
  'tick': 'xchs',
  'amt': '100'
}
KeyRequired?Description
pYesProtocol: Helps other systems identify and process XCHS events.
opYesOperation: Type of event (Deploy, Mint, Transfer).
tickYesTicker: 4 letter identifier of the XCHS.
amtYesAmount to transfer: amount of the XCHS to transfer. *

*Amount: if the amount is exceeding account balance, then this transfer is invalid.