Mint
Key
Required?
Description
p
Yes
Protocol: Helps other systems identify and process brc-20 events
op
Yes
Operation: Type of event (Deploy, Mint, Transfer)
tick
Yes
Ticker: 4 letter identifier of the brc-20
amt
Yes
Amount to mint: States the amount of the brc-20 to mint. Has to be less than "lim" above if stated
Example: Mint BRC-20 tokens with ticker ordi
, mint amount is 1000
{
"p": "brc-20",
"op": "mint",
"tick": "ordi",
"amt": "1000"
}
Last updated