Skip to main content
GET
https://api.launchpad.trade
/
health
curl -X GET https://api.launchpad.trade/health \
  -H "X-API-Key: YOUR_API_KEY"
{
  "status": "success",
  "message": "Service operational",
  "data": {
    "version": "0.1.0",
    "region": "ams"
  }
}
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.
status
string
success or error
message
string
Human-readable status message
data.version
string
Current API version
data.region
string
Server region code
curl -X GET https://api.launchpad.trade/health \
  -H "X-API-Key: YOUR_API_KEY"
{
  "status": "success",
  "message": "Service operational",
  "data": {
    "version": "0.1.0",
    "region": "ams"
  }
}

You’re Ready

Your API key is working. Now explore what you can build: