cURL
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" }
Returns public profile data for a wallet address.
Wallet address to fetch. 0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Profile returned.
0x-prefixed EVM address (40 hex chars).
Was this page helpful?