{ "opencollection": "1.0.0", "info": { "name": "Algod REST API. common Master Key API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Algo-API-Token", "value": "{{X-Algo-API-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Master Key", "type": "folder" }, "items": [ { "info": { "name": "Export the master derivation key from a wallet", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/v1/master-key/export" }, "docs": "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.\n" } ] } ], "bundled": true }