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
}
]
}
}
Get all rewards available for redemption
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
}
]
}
}
Show Reward Object
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
}
]
}
}
Dynamic authentication JWT token
Available rewards
The response is of type object
.