Get Network Supply

Get the network supply

This method will use 20 Compute Units.


Get the network supply

get

Returns the network's released supply of hbars

Query parameters
timestampstring[]Optional

The consensus timestamp in seconds.nanoseconds format with an optional comparison operator

Example: {"summary":"--","value":""}
Responses
200
OK
application/json
get
GET /v1/YOUR_API_KEY/api/v1/network/supply HTTP/1.1
Host: mainnet.hedera.validationcloud.io
Accept: */*
{
  "released_supply": "3999999999999999949",
  "timestamp": null,
  "total_supply": "5000000000000000000"
}

Last updated

Was this helpful?