cURL
curl --request POST \ --url https://api.faces.sh/auth/link-wallet \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "signature": "<string>", "message": "<string>" } '
{ "success": true, "messages": [], "data": {}, "error": "<string>", "meta": {} }
Link a wallet address to an existing account.
Allows email/password users to add Web3 authentication.
Successful Response
Show child attributes