transfer

Parameters

Send a certain amount of KRC-20 token to another address using the "transfer" function.

{"p": "krc-20","op": "transfer","tick": "kasp","amt": "100"}
KeyRequired?Description

p

Yes

Protocol Header. Must be "krc-20"

op

Yes

Operation: Type of event (Deploy, Mint, Transfer)

tick

Yes

Ticker: 4 to 6 letter identifier of the krc-20

amt

Yes

The amount of the krc-20 to transfer, including decimal

TRANSFER

  • The inscription data must be in the first element of the transaction's inputs. inputs[0] is considered the sender address.

  • The maximum number of elements in the outputs is 2. outputs[0] considered the receiver of the KRC-20 token, outputs[1] (If provided) is the change address.

  • No additional transaction fees required.

Last updated