Vesting

Get the current circulating supply of KAVA

get
Authorizations
Responses
200
KAVA circulating supply
application/json
get
GET /vesting/circulatingsupply HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "81443180"
}

Get the total supply of KAVA

get
Authorizations
Responses
200
KAVA total supply
application/json
get
GET /vesting/totalsupply HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "120000000"
}

Get the current circulating supply of HARD

get
Authorizations
Responses
200
HARD circulating supply
application/json
get
GET /vesting/circulatingsupplyhard HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "63750000"
}

Get the total supply of HARD

get
Authorizations
Responses
200
HARD total supply
application/json
get
GET /vesting/totalsupplyhard HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "200000000"
}

Get the current circulating supply of SWP

get
Authorizations
Responses
200
SWP circulating supply
application/json
get
GET /vesting/circulatingsupplyswp HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "63750000"
}

Get the current circulating supply of USDX

get
Authorizations
Responses
200
USDX circulating supply
application/json
get
GET /vesting/circulatingsupplyusdx HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "63750000"
}

Get the total supply of USDX

get
Authorizations
Responses
200
USDX total supply
application/json
get
GET /vesting/totalsupplyusdx HTTP/1.1
Host: kava.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "height": "100",
  "result": "200000000"
}