Inscribe
Create an order to inscribe BRC-20 MINT
post/v2/inscribe/order/create/brc20-mint
Request body
Example request
{
"feeRate": 1,
"outputValue": 546,
"count": 1
}Response
Successful operation
Example response
{
"data": {
"status": "pending",
"amount": 3000,
"files": [
{
"filename": "10000.sats"
}
],
"count": 1,
"pendingCount": 1,
"createTime": 1693439128100
}
}