[Archive] Get Social Login Wallet Addresses

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by roshan on 9/15/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.


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.

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!