Create BRC-20 TRANSFER

Create an order to inscribe BRC-20 TRANSFER

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

brc20AmountstringOptional

amt in brc20-transfer

Responses
200

Successful operation

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

Last updated