Skip to content

Fetch a Public Profile

GET /public-profile

Server: https://gamma.openfish.fun

Tags: Profiles


NameInTypeDescription
addressquerystringRequired. User wallet address

200 — The public profile object for the requested address.

404 — No profile has been created for this address.

{
"name": "trader123",
"bio": "Prediction market enthusiast",
"profileImage": "https://...",
"address": "0xabc...",
"createdAt": "2025-01-01T00:00:00Z"
}

Terminal window
curl "https://gamma.openfish.fun/public-profile?address=0xabc123..."