transfer
Description
Transfer a certain amount of tokens to another address.
Parameters
JSON format example:
Mint Mode
Enabled when ( DaaScore >= 83441551 AND DaaScore <= 83525600 OR DaaScore >= 90090600 ).
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "transfer" (case-insensitive).
tick
Yes
Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).
amt
Yes
The amount of the tokens to transfer, including decimal.
to
Yes
The receiver address of the tokens.
Issue Mode
Enabled when ( DaaScore >= 110165000 ).
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "transfer" (case-insensitive).
ca
Yes
Contract address of the token.
amt
Yes
The amount of the tokens to transfer, including decimal.
to
Yes
The receiver address of the tokens.
Notice
No additional transaction fee required.
Last updated