Create BRC-20 DEPLOY
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-deploy
brc20MaxstringOptional
max in brc20-deploy
brc20LimitstringOptional
lim in brc20-deploy
Responses
200
Successful operation
application/json
401
Invalid API Key
post
POST /v2/inscribe/order/create/brc20-deploy HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"receiveAddress": "",
"feeRate": 1,
"outputValue": 546,
"devAddress": "",
"devFee": 1,
"brc20Ticker": "",
"brc20Max": "",
"brc20Limit": ""
}
{
"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