Skip to main content

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 === 'EVM'.

Parameters

None

Returns

  • Promise<Wallet[]> - Array of EVM wallet objects

Example

Response Format

Error Handling

Last modified on July 3, 2026