Get total amount of $KAS token as numerical value
Successful Response
const response = await fetch('/info/coinsupply/total', { method: 'GET', headers: {}, }); const data = await response.json();
text