HARD total supply
"100"
"200000000"
const response = await fetch('https://kava.nownodes.io/vesting/totalsupplyhard', { method: 'GET', headers: {}, }); const data = await response.json();
{ "height": "100", "result": "200000000" }