Get the network supply
This method will use 15 Compute Units.
15
Last updated 6 months ago
Returns the network's released supply of hbars
OK
The network's released supply of hbars in tinybars
"3999999999999999949"
The network's total supply of hbars in tinybars
"5000000000000000000"
const response = await fetch('https://mainnet.hedera.validationcloud.io/v1/YOUR_API_KEY/api/v1/network/supply', { method: 'GET', headers: {}, }); const data = await response.json();
{ "released_supply": "3999999999999999949", "timestamp": {}, "total_supply": "5000000000000000000" }