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.
Click Vault Settings on the left navigation menu.
In the Backup section, click Backup.
In the Wallet Data section, click Export Wallet Data.
The data is downloaded to your device as a json file.
Downloaded wallet data example
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"
}
]
}
]