Package: react-wallet-kit

Overview

Fetches all wallets for the current user, including both embedded and connected wallets.
  • Retrieves all wallets associated with the organizationId from the current active session.
  • For each embedded wallet, automatically fetches and attaches all associated wallet accounts.
  • For connected wallets (e.g., browser extensions or external providers), groups providers by wallet name and attaches all connected accounts.
  • Returns both embedded and connected wallets in a single array, each with their respective accounts populated.
  • Optionally allows stamping the request with a specific stamper (StamperType.Passkey, StamperType.ApiKey, or StamperType.Wallet).

Parameters

params
object

Response

A successful response returns the following fields:
returns
Wallet[]
required
A promise that resolves to an array of Wallet objects.