Function Signature
Description
Retrieves all wallets (not just EVM) for the authenticated user. This function returns an array of wallet objects containing information about all wallets associated with the current user.Parameters
NoneReturns
Promise<object[]>
- Array of wallet objects with wallet information
Example
Response Format
Error Handling
Related Functions
getEvmWallets()
- Get only EVM walletsgetWallet()
- Get a specific wallet by address