Exporting private keys
A private key provides direct access to funds on a specific address. DV.net lets you export keys for a single address or for several at once.
⚠️ A private key is full wallet access. Never share it, never send it by email or chat. Delete the file from your device when you are done.
Exporting a single address key
- Go to Transfers → Hot Wallets
- If needed, disable Hide addresses with low balance
- Find the address using the search field
- Select the checkbox next to the address (left)
- Click Download keys in the upper-right of the table
- Choose JSON or CSV
- Complete two-factor authentication
- Save the file somewhere secure

Bulk key export
- Go to Transfers → Hot Wallets
- If needed, disable Hide addresses with low balance
- Select the addresses with the checkboxes on each row
- Select all on page — all addresses on the current page
- Select all (N) — all addresses across pages
- Click Download keys at the top of the list
- Choose JSON or CSV
- Complete two-factor authentication
- Save the file somewhere secure

File formats
JSON
Suited for scripts and tools. The file lists networks; each network has an array of items with public key, private key, and address:
json
{
"entries": [
{
"name": "BLOCKCHAIN_ETHEREUM",
"items": [
{
"public_key": "04...e68",
"private_key": "0x...fb5",
"address": "0x...2b26"
}
]
}
]
}CSV
Easy to open in Excel or Google Sheets. Each row is one address — network, public key, private key, address:
blockchain,public_key,private_key,address
BLOCKCHAIN_ETHEREUM,04...e68,0x...fb5,0x...2b26After export
- Store the file on encrypted storage or an offline device
- Delete the file from everyday machines when finished
- If you imported the key into another wallet, remove that import when done
- If you suspect the key leaked, stop using that address for incoming payments