Mint
Use this endpoint to mint an existing rune as defined in https://docs.ordinals.com/runes.html#minting
Runes are available on testnet only until block height 840000.
We allow the execution of
n
mints per order, dictated by the fieldnumberOfMints
n
mints will createn
transactionsMinting transaction ids will appear in the order in the field
mintingTxs
For every mint transaction the counter
executedMints
will be incremented
POST
a new rune mint order
POST
a new rune mint orderMint Rune
POST
https://api.ordinalsbot.com/runes/mint
Request Body
rune*
String
Rune name
receiveAddress*
String
A single Bitcoin address to receive the rune balance for the whole order
fee*
Number
Miner fee that will be paid while inscribing the ordinals in sats/byte.
numberOfMints
Number
Number of times provided rune should be minted to receive address. (default=1)
referral
String
Referral code to earn up to %15 of the order service fee.
additionalFee
Number
Amount of satoshis to charge extra for this order that will be added to "referral" account.
Needs to be used together with "referral" parameter.
Last updated