Editions Launchpad

Create a new editions launchpad

post
/editions/create

Creates a new editions launchpad with the specified details.

Body
editionInscriptionIdstringRequired

The ID of the edition inscription.

Example: 38165c2a5a2b573196d079acbccccc3723534da4271f4be49f78e9d7ef4d5dd6i486
makerPaymentAddressstringRequired

The Bitcoin payment address of the maker.

Example: bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3
numberOfEditionsinteger · min: 1Required

The number of editions to create.

Example: 3
priceintegerOptional

price per edition.

Example: 10000
startDateintegerOptional

Optional UNIX timestamp in seconds for launch start.

Example: 1729737600
endDateintegerOptional

Optional UNIX timestamp in seconds for launch end.

Example: 1730418000
slugstringRequired

The slug of the launchpad.

Example: satoshibles-the-ordinals
metaDataobjectOptional

Additional metadata for the launchpad.

signaturestringOptional

A signature in the format "{inscriptionId}:{currentUTCTimestamp}:{ordinalAddress}:{sign('{inscriptionId}:{currentUTCTimestamp}', ordinalAddress)}"; sign('{inscriptionId}:{currentUTCTimestamp}', ordinalAddress) must be in base64 format.

Responses
post
/editions/create

Create a new order for editions minting

post
/editions/mint

Creates a new order for editions minting with the specified details.

Body
launchpadIdintegerOptional

The ID of the launchpad.

Example: 1
numberOfEditionsintegerOptional

The number of editions to mint.

Example: 3
receiveAddressstringOptional

The Bitcoin address to receive the minted editions.

Example: bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
feeRateinteger · min: 2Optional

The fee rate for the transaction.

Example: 5
Responses
post
/editions/mint

Get all launchpads

post
/launchpads

Retrieves a list of all launchpads with optional filtering.

Header parameters
x-api-keystringRequired

API key required for authorization.

Body
pageinteger · min: 1Optional

The page number for pagination (optional)

Example: 1
itemsPerPageinteger · min: 1Optional

Number of items per page (optional)

Example: 10
sortstring · enumOptional

Sort listings by this field (optional)

Example: idPossible values:
Responses
post
/launchpads
200

List of launchpads retrieved successfully.

Last updated