Kuest Docs

Get Public Profile

Returns a Gamma-compatible public profile by wallet address

GET
/public-profile

Query Parameters

address*string

Wallet or proxy wallet address

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/public-profile?address=string"
{
  "createdAt": "2019-08-24T14:15:22Z",
  "proxyWallet": "string",
  "profileImage": "string",
  "displayUsernamePublic": true,
  "bio": "string",
  "pseudonym": "string",
  "name": "string",
  "users": [
    {}
  ],
  "xUsername": "string",
  "verifiedBadge": true
}
{
  "type": "bad request",
  "error": "q is required"
}
{
  "type": "not found error",
  "error": "id not found"
}