Export

Export the master derivation key from a wallet

post

Export the master derivation key from the wallet. This key is a master "backup" key for the underlying wallet. With it, you can regenerate all of the wallets that have been generated with this wallet's POST /v1/key endpoint. This key will not allow you to recover keys imported from other wallets, however.

Authorizations
Body

APIV1POSTMasterKeyExportRequest is the request for POST /v1/master-key/export

wallet_handle_tokenstringOptional
wallet_passwordstringOptional
Responses
200
Response to `POST /v1/master-key/export`
post
POST /v1/master-key/export HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "wallet_handle_token": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/master-key/export

No content

Last updated