Is there any way to get a list of wallet-address?

Hello

Is there any way to get a list of wallet address of users using my project (with a specific web3auth client id) and the verifierId of each wallet? (Does Web3Auth provide an API for this purpose? Or is there a menu in the dashboard to see this information that I haven’t found?)

The verifierId I’m referring to is the verifierId value I get when I call Web3AuthNoModal.getUserInfo().

The Web3AuthNoModal.getUserInfo() value I was seeing looked like this

{ 
  "appState": "", 
  "email": "...@gmail.com", 
  "aggregateVerifier": "web3auth-google-sapphire", 
  "name": "...", 
  "profileImage": "...", 
  "typeOfLogin": "google", 
  "verifier": "web3auth", 
  "verifierId": "anonymous@gmail.com", 
  "dappShare": "", 
  "oAuthIdToken": "", 
  "oAuthAccessToken": "", 
  "isMfaEnabled": ..., 
  "idToken": "..." 
}

Hi @hks0284,

I hope you’re doing well. I apologize for the delayed response. Currently, we do not have that feature available, but I will check with our team to see if it’s something we have planned for our roadmap.

Thank you for your patience and understanding. I’ll get back to you as soon as I have more information on this.

Best regards,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.