cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/token-launch/create-launch-transaction \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "ipfs": "<string>", "tokenMint": "<string>", "wallet": "<string>", "initialBuyLamports": 123, "configKey": "<string>" }'
{ "success": true, "response": "<string>" }
Create a token launch transaction (already signed with token mint)
API key authentication. Provide your API key as the header value.
Successfully created token launch transaction
The response is of type object.
object