Supply

Get the current supply reported by the ledger.

get
Authorizations
Responses
200
Supply represents the current supply of MicroAlgos in the system.
application/json
get
GET /v2/ledger/supply HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "current_round": 1,
  "online-money": 1,
  "total-money": 1
}