Retrieve Launch PSBT
Use this endpoint to retrieve the PSBT. If PSBT is not ready a pending status will be returned. When the psbt is ready, the psbt to be signed is returned along with a pending confirmation status.
The PSBT needs to be signed by the wallet that owns all the pre inscribed inscriptions.
POST
/launchpad/get-launch-psbt/:launchpadId
POST
/launchpad/get-launch-psbt/:launchpadIdGET
https://api.ordinalsbot.com/launchpad/get-launch-psbt/:launchpadId
API Key is required in the header:
headers: { 'x-api-key': '<YOUR_API_KEY>', ...otherHeaders }
Last updated