v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBprofiles
Get public user profile
Get a user's public profile by their handle.
This is a public endpoint - no authentication required.
Returns 404 if:
- Handle not found
- User's profile is set to private
The response includes:
- handle: The user's handle
- created_at: When the account was created
- stats: Aggregated tip statistics (sent/received counts and totals)
- earning_addresses: Wallet addresses that can earn tips (Smart Account wallets)
- social_links: Linked social profiles (Twitter, GitHub, etc.)
get/v1/profiles/{handle}
Path parameters
handlestring required
User handle (case-insensitive)
User handle (case-insensitive)
Response
Successful Response
Example response
{
"theme": {
"accent_color": "#4CAF50",
"preset": "dark"
}
}