Profiles

Public Profile

GET
/api/v1/profile/{wallet}
Public profile for any wallet. Returns username, avatar, tier, rank, and public socials.
Response
{
  "wallet": "0x1234...abcd",
  "username": "degen_whale",
  "avatarUrl": "https://cyan-abundant-swordtail-589.mypinata.cloud/ipfs/Qm...",
  "tier": "Alpha Lobster",
  "tierEmoji": "👑",
  "rank": 1,
  "socials": [
    { "platform": "x", "handle": "degen_whale", "url": "https://x.com/degen_whale" }
  ],
  "xHandle": "degen_whale",
  "stale": false,
  "lastUpdated": "2026-03-27T14:30:00.000Z"
}
200 Profile returned