Home > Enterprise >  is it possible to get metamask account name using web3 or any other way?
is it possible to get metamask account name using web3 or any other way?

Time:05-30

I've tried to search in Metamask doc, but I did not find anything about the account info, so is there any API or can I use Web3 to get the account name?

CodePudding user response:

MetaMask does not share the account name over its API. Only the currently selected address and network, if the user explicitly confirms this action.

  • Related