Skip to content

nolus-protocol/nls-supply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLS Supply

A lightweight HTTP service that provides real-time Nolus (NLS) token supply data by querying the Nolus LCD (Light Client Daemon) API.

Overview

The service calculates circulating supply by subtracting the combined balance of designated reserve wallets from the total on-chain supply. Data is fetched from the Nolus blockchain and cached for 1 hour.

API

All endpoints return plain text numeric values.

Endpoint Description
/?type=circulating Circulating supply (total supply minus reserve wallet balances)
/?type=total Total on-chain supply
/?type=max Maximum supply cap (1,000,000,000 NLS)
/?type=burned Burned supply
/ Service info with current supply summary

Run

cargo run

The server starts on port 5784.

Build

cargo build --release

About

HTTP API for Nolus (NLS) token supply data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages