v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Token Launch

Create token launch transaction

Create a token launch transaction (already signed with token mint)

post/token-launch/create-launch-transaction

Request body

ipfsstring required

IPFS URL of the token metadata

tokenMintstring required

Public key of the token mint

walletstring required

Public key of the wallet

initialBuyLamportsnumber required

Initial buy amount in lamports

configKeystring required

Config key from create-config endpoint

tipWalletstring

Base58 encoded Solana public key of the tip recipient wallet

tipLamportsnumber

Tip amount in lamports

Response

Successfully created token launch transaction

successboolean required
responsestring

Base58 encoded serialized transaction

Example response

{
  "success": true
}