Create a new Launchpad
POST /launchpad/create-launch
POST /launchpad/create-launch{
"sellerPaymentAddress": "3NyCZefqHSYiQRQdqaxYkaHnuFED1vyc4q",
"sellerOrdinalPublicKey": "4fa4865e593f24fbf0852ca94039e68cdaae783098918ed6b0118fad4e476541",
"phases": [
{
"ordinals": [
"8f46149faff54a7efe0c5c73a633077a8009b374ebcf6d80609807eab8d73218i0"
],
"allowList": {
"bc1pdtkxdpunmu9rfj7tcglt4kcg2qya8w4y4cxhqcy9fscqnwdk8c7q6ec2w3": {
"allocation": 5
}
},
"isPublic": 0, // has to be 0 for false, 1 for true
"price": 6000,
"startDate": 1715754339,
"endDate": 1715840739,
"name": "Allowlist Phase 1"
}
],
// stringified metadata object
"metaData": "{\"title\":\"This is amazing\",\"description\":\"This is amazing Description\",\"imageURL\":\"https://example.com/image.jpg\"}"
}Request Body
Name
Type
Description
Phase Object
Name
Type
Description
Last updated

