Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate referral links, track invited referees, and calculate earned referral commissions.
POST /api/v2/referral/code
Authorization: Bearer <jwt_access_token>
{ "referralCode": "CRYPTOSAGE2026" }
GET /api/v2/referral/stats
{ "success": true, "data": { "referralCode": "CRYPTOSAGE2026", "totalInvited": 12, "activeLearners": 8, "totalGemsEarned": 400, "totalXPEarned": 2500, "referrals": [ { "username": "bob_web3", "joinedAt": "2026-08-15T09:00:00.000Z", "hasCompletedFirstCourse": true, "bonusClaimed": true } ] } }