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 errorrune minted out to your order. Reach out for refund in this scenario.
// Here's a sample payload you can POST to create a launchpad mint order
{
"fee": 30,
"count": 800,
"id": "shitcoin•paradise",
"receiveAddress": "bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3"
}