Mint

Requirement

Valid UTF-8 encoded JSON string.

Example

{ 
  "p": "isc-20",
  "op": "mint",
  "tick": "injb",
  "amt": "1000",
}

Fields

Key
Required
Description

p

yes

Protocol name: Helps other systems identify

op

yes

Operation: Type of event (Deploy, Mint, Transfer, List, Unlist, Deal)

tick

yes

Ticker: The identifier of ISC-20, unique, and not case-sensitive.

amt

yes

Amount to mint: Specifies the quantity of IRC-20 to mint. It must be less than or equal to the limit "lim."

Last updated