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.

500 coins/day 60 req/min Wallet or automated mode Support info@launchpad.meme
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.

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.

Home Create