Lists all of the public keys in this wallet. All of them have a stored private key.
Response to POST /v1/key/list
POST /v1/key/list
const response = await fetch('https://algo.nownodes.io/v1/key/list', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "addresses": [ "text" ], "error": false, "message": "text" }