Network

Overview

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.

Endpoints

The following endpoints are available for the Network object:

Endpoint
Description

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.

Network

Last updated

Was this helpful?