Confirm buy offer
POST /launchpad/submit-launch-offer
POST /launchpad/submit-launch-offer{
"launchpadPhase": "65a123b789cdef0123456789",
"ordinalId": "8f46149faff54a7efe0c5c73a633077a8009b374ebcf6d80609807eab8d73218i0",
"signedPsbt": "cHNidP8BAHECAAAAAfPQ0OTWpSxwRJK..."
}Request Body
Name
Type
Description
// Returns transaction id
{
"txId": "2c8e7ec23d8b4f91e98034b288721b9b7d0eb14d618bef59fe238b5023a4a34a"
}
{
status: 'error',
error: 'error reason'
}Last updated