Network
Last updated
Was this helpful?
Last updated
Was this helpful?
The Network Object in the Hedera Mirror Node REST API allows developers to query network-related information, such as network supply, fees, exchange rates, and node details. These object are essential for monitoring network status, estimating transaction costs, and retrieving staking information.
The following endpoints are available for the Network object:
GET /api/v1/network/supply
Retrieves the current total supply of HBAR.
GET /api/v1/network/fees
Fetches the latest transaction fee schedules.
GET /api/v1/network/exchangerate
Retrieves exchange rates to estimate transaction costs.
GET /api/v1/network/nodes
Lists the network address book nodes.
GET /api/v1/network/stake
Fetches staking-related information.
Returns the network's released supply of hbars
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.
{"summary":"--","value":""}
Returns the estimated gas in tinybars per each transaction type. Default order is ASC. Currently only ContractCall
, ContractCreate
and EthereumTransaction
transaction types are supported.
The order in which items are listed
desc
asc
, desc
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.
{"summary":"--","value":""}
Returns the network's exchange rate, current and next.
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.
{"summary":"--","value":""}
Returns the network's list of nodes used in consensus
The ID of the file entity
{"summary":"--","value":""}
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$
The maximum number of items to return
2
The ID of the node
{"summary":"--","value":""}
^((eq|gt|gte|lt|lte):)?\d{1,19}$
The order in which items are listed
desc
asc
, desc