Create BRC-20 MINT
Authorizations
Body
receiveAddressstringOptional
Bitcoin address to receive the inscriptions
feeRatenumber · floatOptionalExample:
The fee rate of transaction
1
outputValueinteger · int32OptionalExample:
The balance of inscription
546
devAddressstringOptional
Developer address to receive extra fee
devFeeinteger · int32Optional
Extra fee to pay to developer's address
brc20TickerstringOptional
tick in brc20-mint
brc20AmountstringOptional
amt in brc20-mint
countinteger · int32OptionalExample:
Repetition count
1
Responses
200
Successful operation
application/json
401
Invalid API Key
post
POST /v2/inscribe/order/create/brc20-mint HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"receiveAddress": "",
"feeRate": 1,
"outputValue": 546,
"devAddress": "",
"devFee": 1,
"brc20Ticker": "",
"brc20Amount": "",
"count": 1
}
{
"code": 1,
"msg": "text",
"data": {
"orderId": "",
"status": "pending",
"payAddress": "",
"receiveAddress": "",
"amount": 3000,
"paidAmount": 1,
"outputValue": 1,
"feeRate": 1,
"minerFee": 1,
"serviceFee": 1,
"devFee": 1,
"files": [
{
"filename": "10000.sats",
"inscriptionId": "",
"status": "pending"
}
],
"count": 1,
"pendingCount": 1,
"unconfirmedCount": 0,
"confirmedCount": 0,
"createTime": 1693439128100,
"refundTxid": "",
"refundAmount": 1,
"refundFeeRate": 1
}
}
Last updated