Referrals
GET /api/v1/referrals/code/{code}
Pre-wallet-connect validation of a referral code. Returns whether the code exists and is still active (can accept new referrals). No auth needed.
If the code doesn't exist, returns is_valid: false (not a 404).
get/api/v1/referrals/code/{code}
Path parameters
codestring required
The referral code to validate
Response
Code validation result