tempaitown/backend/controllers/userController.js
Get A User Profile
Resolve a public profile by username or wallet address.
BUILD ON AURA
Get User Profile
Routes
- https://api.auramaxx.gg/api/users/lookup?username=<name> resolves by username or wallet.
- https://api.auramaxx.gg/api/users/:userId reads a known user id directly.
Payload Highlights
- Display name, username, avatar, bio, and primary wallet.
- Follower and following counts.
- X and Discord verification state.
Document Reference
tempaitown/backend/controllers/userController.js
