Create Order

Create an order

post
/v2/inscribe/order/create

Create an order to inscribe something

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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

Responses
200

Successful operation

application/json
post
/v2/inscribe/order/create

FAQ

How to pay after create an order?

The order will start inscribing once the "payAddress" receives the "amount". For example, if an order requires 3000 satoshis, you have to send 3000 satoshis to payAddress. After that, the inscription will be inscribed.

How is the open-api order charged?

We charge a base service fee of 1999 for the first 25 inscriptions, along with an additional network service fee of 4.99%. We round down the final cost.

Are the orders on the open-api and the UniSat website interoperable?

No.

Open API and UniSat website inscribing service do not share data. This ensures the stability of the Open API interface and prevents it from being affected by frequent changes to website inscribing service. For similar reasons, the orders on open-api do not enjoy discounts from the OG card or .unisat domain.

How many files can I submit for each order?

An order supports a maximum of 2000 files, with each file having a maximum size of 390 KB

How to estimate fee before create an order?

Last updated