Renew a wallet handle token, increasing its expiration duration to its initial value
/v1/wallet/renew
Response POST /v1/wallet/renew
POST /v1/wallet/renew
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/wallet/renew' \ --header 'X-KMD-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/json'
{ "error": true, "message": "text", "wallet_handle": { "expires_seconds": 1, "wallet": { "driver_name": "text", "driver_version": 1, "id": "text", "mnemonic_ux": true, "name": "text", "supported_txs": [ "text" ] } } }