latestOpenAPI 3.0.3Apache 2.02026-08-107311157.4 KB

68de350419c7

Inscribe

Create an order to inscribe BRC-20 TRANSFER

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

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-transfer

brc20Amountstring

amt in brc20-transfer

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
  }
}