Skip to main content

Export wallet data

Export your wallet data for backup or transfer purposes

Updated over a week ago

The latest wallet data is necessary to recover all wallets derived from the recovered wallet keys. Periodically export wallet data to ensure you always have access to all derived wallet addresses in a vault. Archived wallets will not be exported as part of the wallet data.

  1. Click Vault Settings on the left navigation menu.

  2. In the Backup section, click Backup.

  3. In the Wallet Data section, click Export Wallet Data.

  4. The data is downloaded to your device as a json file.

Downloaded wallet data example

[
{
"id": "586a0878c026",
"name": "Jacqui's first wallet",
"addresses": [
{
"address": "0x276747Fe197a83a9C8620389771C43b967fef3A6",
"derivationPath": [
44,
60,
0,
0,
0
],
"keyId": "076a13062aa5",
"id": "8c79ae6d6dcf",
"blockchainPath": "networks/ethereum-mainnet",
"blockchainName": "Ethereum"
},
{
"address": "0x276747Fe197a83a9C8620389771C43b967fef3A6",
"derivationPath": [
44,
60,
0,
0,
0
],
"keyId": "076a13062aa5",
"id": "daaa238abfe0",
"blockchainPath": "networks/polygon-mainnet",
"blockchainName": "Polygon"
}
]
}
]

Did this answer your question?