Export a wallet
How to export an existing wallet.
Last updated
How to export an existing wallet.
Last updated
❗️WARNING!Please note that we export a password secured keystore as it provides better protection against a man in the middle attack.
By default, we do not enable the permission of exporting the private key of a wallet because it carries certain risks. It is important for you to understand that exporting a wallet means the private key, which provides access to the wallet, is taken outside of our control.
If the private key falls into the wrong hands, it can be misused. If you are hacked, the hacker would be able to export all the wallets belonging to you. As a result, the hacker could directly drain the wallets using the private keys, and we would not be able to prevent it.
However, if the hacker has not been able to export the wallets and could only interact with them through our API, we would have the ability to intervene and prevent unauthorized access. So please, be aware of the risks involved in enabling this functionality in Production.
📘Enable the functionality to export a wallet through the Wallet API section of the .
HTTP
Signing-Method
Header
id:value
id
: This is the ID of the signing method
value
: This is the value of the signing method
walletId
Path
This ID
of the wallet that you want to export
String
✅
pincode
(Deprecated)
Body
PIN to decrypt the wallet
String
❌
password
Body
Password to secure the Keystore
String
✅
JSON