Mint
Use this endpoint to mint from a launchpad
During high demand mints it is possible that we cannot mint the requested
count
due to orders that came before you. In this case we will mint less than the requested count.The final mint count will always be contained in the field finalMintCount, refer to this field to see how much of your order has completed
In high demand scneraios, if your order was paid but the launchpad minted out before processing your order we will add the
error
rune minted out to your order
. Reach out for refund in this scenario.
POST
a new mint order
POST
a new mint orderMint from launchpad
POST
https://api.ordinalsbot.com/runes/launchpad/mint
Request Body
Name | Type | Description |
---|---|---|
id* | String | The launchpad id |
count* | Number | How many items you want to mint |
fee* | Number | The chain fee per vbyte for the order |
receiveAddress* | String | Address to send the minted runes |
referral | String | Referral code to earn up to %15 of the order base 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. Note: additionalFee is added per saleMultiplier. |
webhookUrl | String | Webhook URL to receive a POST payload for order updates. Refer to Webhooks for format of the webhook payload. |
Last updated