Skip to main content
The examples below apply to versions 2.x.x. If you’re using version 3, use the SequenceEmbeddedWalletBP (Blueprints) and SequenceEmbeddedWallet (C++) classes instead.
Get- and remove linked wallets in your Unreal project. Learn more on how to link external wallets such as Metamask on a web app. Linking Wallets gives you read-only access to those wallets such as using our Indexer to query balances from externally owned items.

Get Linked Wallets

Query the list of all wallets the user linked to their Embedded Wallet.
  • Blueprint
  • C++

Remove Linked Wallet

Removes the specified wallet.
  • Blueprint
  • C++