Lists all of the public keys in this wallet. All of them have a stored private key.
/v1/key/list
Response to POST /v1/key/list
POST /v1/key/list
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/key/list' \ --header 'X-KMD-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/json'
{ "addresses": [ "text" ], "error": true, "message": "text" }