p
Yes
Protocol: Helps other systems identify and process brc-20 events
op
Operation: Type of event (Deploy, Mint, Transfer)
tick
Ticker: 4 letter identifier of the brc-20
amt
Amount to transfer: States the amount of the brc-20 to transfer.
Example: Transfer BRC-20 tokens with ticker ordi, transfer amount is 100
ordi
100
{ "p": "brc-20", "op": "transfer", "tick": "ordi", "amt": "100" }
Last updated 2 years ago