Refer friends and earn rewards this week
Kongo Docs

Get Public Profile By User Address

Returns a Gamma-compatible public profile by path wallet address

Get Help
GET
/profiles/user_address/{user_address}

Path Parameters

user_address*string

Wallet or proxy wallet address

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/profiles/user_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"}