Get Network Supply
Get the network supply
This method will use 20
Compute Units.
Returns the network's released supply of hbars
Query parameters
timestampstring[]OptionalExample:
The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
{"summary":"--","value":""}
Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
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?