Wallets
Linking Profiles
thirdweb Wallets allow users to tie the same wallet address to multiple social identities. Developers can programmatically link additional identities at any point in their user journey.
Link an additional authentication method to an existing wallet.
POST
/v1/auth/linkRemove a linked authentication method from a wallet.
POST
/v1/auth/unlinkOnce linked, you can retrieve the user profiles via either identity.
Retrieve linked profiles using the Fetch Users API.
For fetching linked profile information from the backend, see Fetch Users.