Transfer

Transfer DRC 20 token.
{
"p": "drc-20",
"op": "transfer",
"tick": "aval",
"amt": "100000000",
"to": "<ss58 address>"
}
Key
Required?
Description
p
Yes
Protocol: Helps other systems identify and process drc-20 events
op
Yes
Operation: Type of event (Deploy, Mint, Transfer)
tick
Yes
Ticker: identifier of the asc-20
amt
Yes
Amount to transfer: States the amount of the asc-20 to transfer.
Last updated