Fetches all wallets for the current user, including both embedded and connected wallets.Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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).
Package: core
Defined in: clients/core.ts:1925
A promise that resolves to an array of
Wallet objects.