transfer
Parameters
Send a certain amount of KRC-20 token to another address using the "transfer" function.
Key | Required? | 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 |
to | Yes | The receiver of the KRC-20 token |
TRANSFER
The inscription data must be in the first element of the transaction's inputs.
inputs[0]
is considered the sender address.No additional transaction fees required.
Last updated