v1

latestOpenAPI 3.0.3Apache-2.02026-07-1348142206.6 KB
network

Get the network supply

Returns the network's released supply of hbars

get/api/v1/network/supply

Query parameters

timestampstring[]

The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.

Response

OK

released_supplystring

The network's released supply of hbars in tinybars

timestampstring

The consensus timestamp at which the released supply was valid

total_supplystring

The network's total supply of hbars in tinybars

Example response

{
  "released_supply": "3999999999999999949",
  "timestamp": "1586567700.453054000",
  "total_supply": "5000000000000000000"
}