Inscribe

Create an order to inscribe BRC-20 DEPLOY

post/v2/inscribe/order/create/brc20-deploy

Request body

receiveAddressstring

Bitcoin address to receive the inscriptions

feeRatenumber float

The fee rate of transaction

outputValueinteger

The balance of inscription

devAddressstring

Developer address to receive extra fee

devFeeinteger

Extra fee to pay to developer's address

brc20Tickerstring

tick in brc20-deploy

brc20Maxstring

max in brc20-deploy

brc20Limitstring

lim in brc20-deploy

Example request

{
  "feeRate": 1,
  "outputValue": 546
}

Response

Successful operation

codeinteger
msgstring

Example response

{
  "data": {
    "status": "pending",
    "amount": 3000,
    "files": [
      {
        "filename": "10000.sats"
      }
    ],
    "count": 1,
    "pendingCount": 1,
    "createTime": 1693439128100
  }
}