Last updated 9 months ago
Export the secret key associated with the passed public key.
Response to POST /v1/key/export
POST /v1/key/export
const response = await fetch('https://algo.nownodes.io/v1/key/export', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": false, "message": "text", "private_key": [ 0 ] }