Get $KAS price and market cap. Price info is from coingecko.com
Successful Response
const response = await fetch('/info/marketcap', { method: 'GET', headers: {}, }); const data = await response.json();
{ "marketcap": 12000132 }