🚀Transfer drc-20

Again, if you're using an inscription service, you need to be doubly careful. Some tools might inscribe the token to their own address first and then forward it to you. However, if the intermediate inscription service's address doesn't have a balance, the transfer function is wasted. It's like throwing a ball for fetch, but it gets lost in the bushes. Additionally, some ordinal wallets generate a different address each time. Make sure to send to the address that holds the balance. It's like making sure your Shiba Inu is actually where you're throwing the ball.

{ 
  "p": "drc-20",
  "op": "transfer",
  "tick": "woof",
  "amt": "100"
}
KeyRequired?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.

Last updated