Skip to main content
GET
/
profile
Get profile
curl --request GET \
  --url https://community.kuest.com/profile
{
  "id": "<string>",
  "address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
  "username": "<string>",
  "avatar_url": "<string>",
  "proxy_wallet_address": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}
Fetch public profile data for a wallet address.

Query Parameters

address
string
required

Wallet address to fetch. 0x-prefixed EVM address (40 hex chars).

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Profile returned.

id
string
required
address
string
required

0x-prefixed EVM address (40 hex chars).

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

username
string
required
avatar_url
string
required
proxy_wallet_address
string
required
created_at
string<date-time>
required