Get Social Login Wallet Addresses

Hi,

Is it possible to get a list of all the wallet addresses generated for social login using a specific client ID?

Thanks

@roshan Welcome Aboard!

Your request has been forwarded to our team to check and we will get back to you with further updates.

1 Like

Cool thanks, FYI for our requirement this doesn’t have to be programatic access, could be through some UI or wherever is easiest.

Thanks for your patience.

We do not store this information on our end. However, you can check out our extenstion which can help you with your request:

Alternatively, you can also maintain this information on your backend server by calling web3authProvider.request({ method: "eth_address" });

Hope this helps!