Retrieve Launch PSBT
POST /launchpad/get-launch-psbt/:launchpadId
POST /launchpad/get-launch-psbt/:launchpadId// Response has the unsigned psbt and the status
// status is pending while the psbt is being created
// Once psbt is ready status will change to pending confirmation
{
"status": "pending_buyer_confirmation",
"psbt": "cHNidP8BAHECAAAAAfPQ0OTWpSxwRJK..."
}
{
status: 'error',
error: 'error reason'
}Last updated

