Skip to main content
GET
/
health
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
  }
}
1

Create an Account

Go to launchpad.trade and click Get started.
Launchpad Trade landing page with Get started button
Sign in with Google, Discord, GitHub, or your email.
Sign-in options: Google, Discord, GitHub, and 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.
2

Generate your API Key

In the Dashboard, click Generate key.
Dashboard showing the Generate key button
Your API key is now visible. Click Copy to copy it.
Dashboard showing the generated API key with Copy button
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.
3

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.
success
boolean
true if the request succeeded
data.status
string
Service status: operational, degraded, or maintenance
data.version
string
Current API version
data.region
string
Server region code (ams, fra, ewr, lax, nrt, sin)
data.timestamp
number
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