Create BRC-20 TRANSFER
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
receiveAddressstringOptional
Bitcoin address to receive the inscriptions
feeRatenumber · floatOptionalExample:
The fee rate of transaction
1outputValueinteger · int32OptionalExample:
The balance of inscription
546devAddressstringOptional
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
401
Invalid API Key
post
/v2/inscribe/order/create/brc20-transferLast updated