Inscribe deploy inscription
Inscribe deploy inscription
application/json
Request Body
requestId string required
RequestId of the requester transaction
ticker string required
Inscription name
totalSupply string required
Total amount of issuance
limitPerMint string required
Upper limit of casting quantity per casting
chainSymbol string required
Chain identification
from string required
from address
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
sinoId string
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"sinoId": "456417158498600,456417158498601"
},
"success": true
}
Loading...