v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Creation

Submit mint creation

Register the off-chain metadata for a new LaunchLab mint before its on-chain create transaction is sent. The platform stores the supplied name/symbol/uri/social-links keyed by mint, so the UI can display them while the bonding curve is live.

post/create/mint-info

Request body

mintstring required

Mint pubkey (base58) created on-chain.

namestring required

Display name shown in the LaunchLab UI.

symbolstring required

Ticker symbol.

descriptionstring

Long-form description.

imageUristring

HTTPS URL or IPFS URI for the token icon.

websitestring
twitterstring
telegramstring
platformIdstring

Platform pubkey that hosts this launch.

walletstring required

Creator wallet (base58) — must match the on-chain creator.

Example request

{
  "name": "My Memecoin",
  "symbol": "MEME"
}

Response

Accepted