Function Signature
Description
Retrieves all EVM wallets for the authenticated user. This function returns an array of EVM wallet objects containing information about all Ethereum wallets associated with the current user. It filters wallets by chainName === ‘eip155’.Parameters
NoneReturns
Promise<Wallet[]>
- Array of EVM wallet objects
Example
Response Format
Error Handling
Related Functions
getWallets()
- Get all wallets (not just EVM)getWallet()
- Get a specific wallet by address