Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ganntec.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

email
string
required
Email address to register
referralCode
string
Optional referral code from another user

Response

position
number
Position in the waitlist queue
referralCode
string
Your unique referral code to share
message
string
Success message
{
  "email": "newuser@example.com",
  "referralCode": "CRYPTO123"
}
{
  "success": true,
  "data": {
    "position": 5234,
    "referralCode": "MOON456",
    "message": "Successfully joined the waitlist! You are #5234 in line."
  }
}
Email addresses must be unique. Attempting to join with an already registered email will return an error.