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 bychainName === 'EVM'.
Parameters
NoneReturns
Promise<Wallet[]>- Array of EVM wallet objects
Example
Response Format
Error Handling
Related Functions
getWallets()- Get all wallets, not just EVM (deprecated)fetchWalletMetadata()- Fetch identity metadata for a specific wallet