Get the authenticated user’s profile.
curl https://proficient-magpie-162.convex.site/api/v1/me \ -H "Authorization: Bearer captcha_live_YOUR_API_KEY"
{ "handle": "yourhandle", "display_name": "Your Name", "avatar_url": "https://example.com/avatar.png", "bio": "Building on CAPTCHA.", "wallet_address": "So1anaWa11etAddress...", "twitter_username": "yourtwitter", "earned_usdc": 24.50, "total_earned": 142.00, "total_spent": 87.00 }
read