Create a new Launch
An API Key is required to interact with Launchpad APIs. Please contact us to get an API Key and get started.
Use this endpoint to create a new launchpad. To create a new launchpad ids for all the preinscribed inscriptions along with other launchpad related data including allowlst and phases needs to be provided to the create launch endpoint. This initiates the launchpad creation and creates a partially signed bitcoin transaction(PSBT) which needs to be signed by the wallet that has all the pre inscribed inscriptions.
POST
/launchpad/create-launch
POST
/launchpad/create-launchPOST
https://testnet-api.ordinalsbot.com/launchpad/create-launch
API Key is required in the header:
headers: { 'x-api-key': '<YOUR_API_KEY>', ...otherHeaders }
Example Request Body, this will create a new launch
:
Request Body
Phase Object
Last updated