Home

Kava Light Client RPC

v3.0
Base URL
https://kava.nownodes.io

A REST interface for state queries, transaction generation and broadcasting.

Authentication

api-keyAuthapiKey

API Key: api-key in header

API Reference

Vesting

Get the current circulating supply of KAVA

GET
https://kava.nownodes.io/vesting/circulatingsupply

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

KAVA circulating supply

500Internal Server Error

Server internal error

Get the total supply of KAVA

GET
https://kava.nownodes.io/vesting/totalsupply

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

KAVA total supply

500Internal Server Error

Server internal error

Get the current circulating supply of HARD

GET
https://kava.nownodes.io/vesting/circulatingsupplyhard

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

HARD circulating supply

500Internal Server Error

Server internal error

Get the total supply of HARD

GET
https://kava.nownodes.io/vesting/totalsupplyhard

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

HARD total supply

500Internal Server Error

Server internal error

Get the current circulating supply of SWP

GET
https://kava.nownodes.io/vesting/circulatingsupplyswp

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

SWP circulating supply

500Internal Server Error

Server internal error

Get the current circulating supply of USDX

GET
https://kava.nownodes.io/vesting/circulatingsupplyusdx

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

USDX circulating supply

500Internal Server Error

Server internal error

Get the total supply of USDX

GET
https://kava.nownodes.io/vesting/totalsupplyusdx

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Response

200OK

USDX total supply

500Internal Server Error

Server internal error