Skip to main content
GET
/
v1
/
social
/
profile
Get user profile
curl --request GET \
  --url https://api.joyride.exchange/v1/social/profile
{
  "username": "alice_sol",
  "avatar_url": "https://api.joyride.exchange/v1/social/identicon/abc123",
  "email": "alice@example.com"
}

Headers

x-wallet
string

Wallet address — primary user identification method

x-device-id
string

Device identifier — mobile fallback when x-wallet is not set

Query Parameters

wallet
string

Wallet address — fallback if neither x-wallet nor x-device-id headers are set

Response

User profile

username
string
Example:

"alice_sol"

avatar_url
string | null
Example:

"https://api.joyride.exchange/v1/social/identicon/abc123"

email
string | null
Example:

"alice@example.com"