Skip to main content
Deprecated. Use fetchWalletMetadata() for identity lookups, or the walletMetadata you persisted at creation. See the V1 migration guide.

Function Signature

Description

Retrieves all wallets (not just SVM) for the authenticated user. This function returns an array of wallet objects containing information about all wallets associated with the current user.

Parameters

None

Returns

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

Example

Response Format

Error Handling

Last modified on July 3, 2026