Export a key
  POST /v1/key/export    
 POST
 /v1/key/export
 Export the secret key associated with the passed public key.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”APIV1POSTKeyExportRequest is the request for POST /v1/key/export
object
 address    
 string
  wallet_handle_token    
 string
  wallet_password    
 string
 Responses
Section titled “ Responses ”Response to POST /v1/key/export
APIV1POSTKeyExportResponse is the response to POST /v1/key/export
friendly:ExportKeyResponse
object
 error    
 boolean
  message    
 string
  private_key    
 PrivateKey is an exported ed25519PrivateKey
Array<integer>