Export
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
200
Response to POST /v1/master-key/export
No content
Last updated