Response
Array of available rewards
Show Reward Object
Show Reward Object
Unique reward identifier
Reward name
Detailed description of the reward
Reward type: access, credits, education, or merchandise
Cost in Ganntium points
Whether the reward is currently available
URL to reward image
Whether the current user has enough points
Remaining stock (-1 for unlimited)
Copy
GET /api/waitlist/v2/rewards
Authorization: Bearer <token>
Copy
{
"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
Dynamic authentication JWT token