Create an Account
Go to launchpad.trade and click Get started.Sign in with Google, Discord, GitHub, or your email.We use Magic Link authentication. No password needed. Check your email for a 6-digit code.You enter the code and land on the Dashboard.
Generate your API Key
In the Dashboard, click Generate key.Your API key is now visible. Click Copy to copy it.Keep your API key secret. Never expose it in client-side code or commit it to version control.
Your API key is copied and stored securely.
Make your First Call
Test your API key with the playground on the right, or copy the code below.You receive a 200 OK response. Your API key is working.
API Reference
X-API-Key is required for this request. Copy your API key from the Dashboard.
true if the request succeeded
Service status: operational, degraded, or maintenance
Server region code (ams, fra, ewr, lax, nrt, sin)
Server timestamp in milliseconds
curl -X GET https://api.launchpad.trade/health \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"data": {
"status": "operational",
"version": "0.1.0",
"region": "ams",
"timestamp": 1706612400000
}
}
You’re Ready
Your API key is working. Now explore what you can build:
Trading
Buy, sell, and automate trades
Launch a Token
Deploy tokens on Pump.fun and more
Manage Wallets
Create and prepare wallets at scale
Authentication
Learn more about API authentication