Import Wallets from File

Drag and drop your JSON or CSV file here, or click to browse. We’ll import all accounts inside and keep your secrets safe.

Supported formats: JSON or CSV. JSON objects should include seed or secret and optionally address/classic_address. CSV files must have two columns: seed,classic_address. The address column may be blank if the seed is provided.

JSON example:

[{"seed":"sn1q...", "classic_address":"rEXAMPLE1"}, {"secret":"sn2w...", "address":"rEXAMPLE2"}]

CSV example (seed,classic_address):

seed,classic_address
sn1q...,rEXAMPLE1
sn2w...,rEXAMPLE2
Uncheck to keep your secret local and provide it when sending transactions.