cURL
curl --request POST \ --url https://community.kuest.com/profile \ --header 'Content-Type: multipart/form-data' \ --form 'username=<string>' \ --form image='@example-file'
{ "id": "<string>", "address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839", "username": "<string>", "avatar_url": "<string>", "proxy_wallet_address": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Updates username and/or avatar for the authenticated wallet.
Profile updated.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Was this page helpful?