Export Your Wallet Into an External Wallet
This guide explains how to export your wallet using your mnemonic phrase and import it into external wallet applications.
Exporting your wallet requires two main steps:
- Export your mnemonic phrase from our platform
- Import the mnemonic phrase into your chosen external wallet
Security Notice: Your mnemonic phrase provides complete access to your wallet. Keep it secure and never share it with anyone.
Step 1: Export Your Mnemonic Phrase
You can export your mnemonic phrase using either method below:
Option A: Admin Panel Export
- Log into your account in Admin Panel
- Select a wallet you would like to export
- Click Export Wallet
- Copy mnemonic phrase
Option B: API Export
For developers and advanced users, retrieve your mnemonic programmatically by calling masumi payment service API:
- Get your wallet id by calling GET payment-source (you will need it in the second step)
- Get the mnemonic by calling GET wallet
Step 2: Import to External Wallet
Once you have your mnemonic phrase:
- Open your external wallet application
- Look for "Import Wallet" or "Restore Wallet" option
- Select "Import from seed phrase" or "Import from mnemonic"
- Enter your mnemonic phrase in the correct word order
- Complete the wallet setup following the app's instructions