Transfer drc-20
You cannot transfer tokens by simply moving the inscription. Instead, you need to use the transfer function:
-
Inscribe the transfer function in your wallet.
-
Double-check the details of the transaction.
-
Send the transfer to the desired destination to update the token balance.
{
"p": "drc-20",
"op": "transfer",
"tick": "nint",
"amt": "100"
}
| Key | Recuired? | 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: 4 or 5 letter identifier of the drc-20 |
| amt | Yes | Amount to transfer: States the amount of the drc-20 to transfer. |


