Create BRC-20 DEPLOY

Create an order to inscribe BRC-20 DEPLOY

post
Authorizations
Body
receiveAddressstringOptional

Bitcoin address to receive the inscriptions

feeRatenumber · floatOptional

The fee rate of transaction

Example: 1
outputValueinteger · int32Optional

The balance of inscription

Example: 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
post
POST /v2/inscribe/order/create/brc20-deploy HTTP/1.1
Host: open-api.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