Mint
Use this endpoint to mint from a launchpad
POST
a new mint order
POST
a new mint orderMint from launchpad
POST
https://api.ordinalsbot.com/runes/launchpad/mint
Request Body
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.
postage
Number
Set custom postage for the order's asset: minimum 330 sats, maximum 10,000 sats.
(default=546)
{
"charge": {
"id": "41d6df1a-ca2b-4915-84f8-757d8fa80f7d",
"description": "shitcoin•paradise",
"desc_hash": false,
"created_at": 1714736914,
"status": "unpaid",
"amount": 124376,
"success_url": null,
"hosted_checkout_url": "https://checkout.opennode.com/41d6df1a-ca2b-4915-84f8-757d8fa80f7d",
"order_id": null,
"currency": "BTC",
"source_fiat_value": 124376,
"fiat_value": 68.46,
"auto_settle": false,
"notif_email": null,
"address": "3QxHEA3qS4pQXCk17b9Kuhuh5MRxtiLAzy",
"metadata": {},
"chain_invoice": {
"address": "3QxHEA3qS4pQXCk17b9Kuhuh5MRxtiLAzy"
},
"uri": "bitcoin:3QxHEA3qS4pQXCk17b9Kuhuh5MRxtiLAzy?amount=0.00124376&label=shitcoin%E2%80%A2paradise&lightning=lnbc1243760n1pnrfncjpp5j2vtfylxrn88v2cskms9nyezgccq8j7x6aq3en727chxrk8cv9xqdqlwd5xjarrda5kac5q5fcxzunpv35hxegcqzzsxqy8ayqsp55ej6qufnfm78f4wp2h8hj8q98vq7wj3tfe4hhk5kwyv69jga53ts9qyyssq4f2258nazp0y5nr8hsz0rdypuxsep5m59tke0g8el422cfpkelz8s2ywhclglnd30gwfe0qn0xclapt4kl433u9tev437cj9s36e0ecpk89jh4",
"ttl": 4320,
"lightning_invoice": {
"expires_at": 1714996114,
"payreq": "lnbc1243760n1pnrfncjpp5j2vtfylxrn88v2cskms9nyezgccq8j7x6aq3en727chxrk8cv9xqdqlwd5xjarrda5kac5q5fcxzunpv35hxegcqzzsxqy8ayqsp55ej6qufnfm78f4wp2h8hj8q98vq7wj3tfe4hhk5kwyv69jga53ts9qyyssq4f2258nazp0y5nr8hsz0rdypuxsep5m59tke0g8el422cfpkelz8s2ywhclglnd30gwfe0qn0xclapt4kl433u9tev437cj9s36e0ecpk89jh4"
}
},
"launchpadId": "shitcoin•paradise",
"fee": 30,
"serviceFee": 9000,
"price": 1,
"count": 800,
"postage": 546,
"chainFee": 48000,
"amount": 124376,
"receiveAddress": "bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3",
"orderType": "rune-launchpad-mint",
"id": "fc7f852d-31ff-4c32-a2c3-e8f6f47e797d",
"additionalFee": null,
"referral": null,
"webhookUrl": null,
"status": "ok",
"state": "waiting-payment",
"createdAt": {
".sv": "timestamp"
}
}
// Here's a sample payload you can POST to create a launchpad mint order
{
"fee": 30,
"count": 800,
"id": "shitcoin•paradise",
"receiveAddress": "bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3"
}
Last updated