Skip to main content
Checks whether a wallet account was connected via a hardware wallet (e.g., a Ledger device). Use this to display hardware wallet indicators in your UI or apply hardware-wallet-specific logic.

Usage

Parameters

Returns

booleantrue if the wallet account was connected via a hardware wallet, false otherwise. When true, the account’s hardwareWalletVendor field is set to the vendor name (e.g., 'ledger').

Examples

Check primary wallet

Filter hardware wallet accounts

Display hardware wallet badge

React

isHardwareWalletAccount is synchronous and works the same in React. Use it to display hardware wallet indicators in your wallet list:
Last modified on June 24, 2026