Supply represents the current supply of MicroAlgos in the system.
Round
OnlineMoney
TotalMoney
const response = await fetch('https://algo.nownodes.io/v2/ledger/supply', { method: 'GET', headers: {}, }); const data = await response.json();
{ "current_round": 0, "online-money": 0, "total-money": 0 }