Last updated 7 months ago
Get $KAS coin supply information
Successful Response
const response = await fetch('/info/coinsupply', { method: 'GET', headers: {}, }); const data = await response.json();
{ "circulatingSupply": "1000900697580640180", "maxSupply": "2900000000000000000" }