Start livestream
Choose one of your coins to go live.
Loading your coins…
Wallet
Anonymous creator
Wallet pending
Hot coins
Recently searched
Recently viewed
Search results
↵ open token
esc close
⌘K search
Launchpad API
Build coin launch tools on launchpad.meme
Create a partner API key for trackers, launch bots, dashboards, and creator tools. API keys identify your app. Use user-wallet mode for manual approvals or automated launch wallet mode for funded launch tools.
Public create API
POST /api/v1/coins/create-draft
Automated launch wallet mode can publish API coin pages. Need help? Contact info@launchpad.meme.
View GitHub API docs
Create API key
Connect wallet, add your app details, and copy the key once.
Copy this key now
It will not be shown again.
Your API keys
Each app should use its own key. Disable leaked or unused keys instantly.
Connect wallet to view keys.
Quick curl example
API_KEY="lp_live_..."
curl -X POST https://launchpad.meme/api/v1/coins/create-draft \
-H "Authorization: Bearer ${API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"chain":"solana",
"token_standard":"token_2022",
"creator_wallet":"YOUR_WALLET",
"name":"Example Coin",
"symbol":"EXAMPLE",
"image_url":"https://example.com/logo.webp"
}'
Need help with API integration? Contact info@launchpad.meme.