Create BRC-20 MINT

Create an order to inscribe BRC-20 MINT

post
/v2/inscribe/order/create/brc20-mint
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

brc20TickerstringOptional

tick in brc20-mint

brc20AmountstringOptional

amt in brc20-mint

countinteger · int32Optional

Repetition count

Example: 1
Responses
200

Successful operation

application/json
post
/v2/inscribe/order/create/brc20-mint

Last updated