cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/token-launch/create-config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "launchWallet": "<string>", "tipWallet": "<string>", "tipLamports": 123 }'
{ "success": true, "response": { "tx": "<string>", "configKey": "<string>" } }
Create a transaction to create a new token launch config for a wallet
API key authentication. Provide your API key as the header value.
Public key of the wallet to create config for
Base58 encoded Solana public key of the tip recipient wallet
Tip amount in lamports
Successfully created token launch config
true
Show child attributes