Circulatingsupply

Get the current circulating supply of KAVA

GEThttps://kava.nownodes.io/vesting/circulatingsupply
Response

KAVA circulating supply

Body
heightstring
Example: "100"
resultstring
Example: "81443180"
Request
const response = await fetch('https://kava.nownodes.io/vesting/circulatingsupply', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "height": "100",
  "result": "81443180"
}

Last updated