Returns the profile for the identified wallet.
cURL
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" }
Wallet address — primary user identification method
Device identifier — mobile fallback when x-wallet is not set
x-wallet
Wallet address — fallback if neither x-wallet nor x-device-id headers are set
x-device-id
User profile
"alice_sol"
"https://api.joyride.exchange/v1/social/identicon/abc123"
"alice@example.com"