πŸ”°Transfer

Make sure to send to the address that holds the balance, similar to making sure your Shiba Inu is where you're throwing the ball.

{ 
  "p": "drc-20",
  "op": "transfer",
  "tick": "woof",
  "amt": "100"
}
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: 4 letter identifier of the drc-20.

amt

Yes

Amount to transfer: States the amount of the drc-20 to transfer.

Was this helpful?