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