GET
/
api
/
waitlist
/
v2
/
rewards
GET /api/waitlist/v2/rewards
Authorization: Bearer <token>
{
  "success": true,
  "data": {
    "rewards": [
      {
        "id": "rwd_early_access",
        "name": "Early Platform Access",
        "description": "Get immediate access to the Ganntec trading platform",
        "type": "access",
        "cost": 5000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/early-access.png",
        "userCanAfford": true,
        "stock": -1
      },
      {
        "id": "rwd_trading_credits",
        "name": "$100 Trading Credits",
        "description": "Get $100 in fee credits for your first trades",
        "type": "credits",
        "cost": 10000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/credits.png",
        "userCanAfford": false,
        "stock": 50
      },
      {
        "id": "rwd_pro_course",
        "name": "Pro Trading Course",
        "description": "Access to our exclusive 10-hour trading masterclass",
        "type": "education",
        "cost": 3000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/course.png",
        "userCanAfford": true,
        "stock": -1
      }
    ]
  }
}

Response

rewards
array
Array of available rewards
GET /api/waitlist/v2/rewards
Authorization: Bearer <token>
{
  "success": true,
  "data": {
    "rewards": [
      {
        "id": "rwd_early_access",
        "name": "Early Platform Access",
        "description": "Get immediate access to the Ganntec trading platform",
        "type": "access",
        "cost": 5000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/early-access.png",
        "userCanAfford": true,
        "stock": -1
      },
      {
        "id": "rwd_trading_credits",
        "name": "$100 Trading Credits",
        "description": "Get $100 in fee credits for your first trades",
        "type": "credits",
        "cost": 10000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/credits.png",
        "userCanAfford": false,
        "stock": 50
      },
      {
        "id": "rwd_pro_course",
        "name": "Pro Trading Course",
        "description": "Access to our exclusive 10-hour trading masterclass",
        "type": "education",
        "cost": 3000,
        "available": true,
        "imageUrl": "https://cdn.ganntec.com/rewards/course.png",
        "userCanAfford": true,
        "stock": -1
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Response

200 - application/json

Available rewards

The response is of type object.