Mint
Requirement
Valid UTF-8 encoded JSON string.
Fields
Key
Description
Required
p
Protocol
yes
op
Operation
yes
tick
Ticker/Token identifier
yes
amt
Amount to mint
yes
fee
Fee in LAMPORTS to mint this tick. Default 0.
no
Example
{
"p": "src-20",
"op": "mint",
"tick": "sols",
"amt": "1000"
}
Last updated