Fetch a Public Profile
Endpoint
Section titled “Endpoint”GET /public-profile
Server: https://gamma.openfish.fun
Tags: Profiles
Query Parameters
Section titled “Query Parameters”| Name | In | Type | Description |
|---|---|---|---|
address | query | string | Required. User wallet address |
Response
Section titled “Response”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"}curl "https://gamma.openfish.fun/public-profile?address=0xabc123..."