GET
/
Profile Lookup
curl --request GET \
  --url https://profiles.b3.fun/
{
"name": "<string>",
"address": "<string>",
"avatar": "<string>",
"bio": "<string>",
"displayName": "<string>",
"profiles": [
{
"type": "ensdata",
"address": "<string>",
"name": "<string>",
"avatar": "<string>",
"bio": "<string>",
"displayName": "<string>"
}
]
}

Query Parameters

address
string

Ethereum wallet address to lookup (e.g., 0x1234567890abcdef1234567890abcdef12345678)

name
string

Username or ENS name to lookup (e.g., vitalik.eth, username.b3.fun)

fresh
boolean
default:false

Skip cache and fetch fresh data

Response

200
application/json

Successful profile lookup

Aggregated profile data from multiple Web3 identity sources