Skip to main content

Un-official Endpoints

These are all other Hedera network statistics available using Hgraph's GraphQL API. These network statistics do not have an official documentation or methodology.

Query Endpoints

You can dynamically fetch all available metrics using the following GraphQL query:

query AvailableMetrics {
ecosystem_metric(distinct_on: name) {
name
description {
description
methodology
}
}
}

This will return all metric names and descriptions.

Accounts & Network Participants

These stats track different types of accounts engaging with the network.

Metric NameDescription
account_growthNumber of new accounts that actively transact (excluding smart contracts and developers).
active_accountsThe total number of active accounts, including developers, retail users, and smart contracts.
active_developer_accountsNumber of unique developer accounts performing creative transactions (e.g., contract creation, token minting).
active_retail_accountsNumber of active accounts that are not smart contracts or developers.
active_smart_contractsNumber of unique smart contracts that have had activity during the period.
active_contractsNumber of unique contracts that executed transactions during the period.

NFT-Specific Metrics

These stats focus on NFTs, including creation, transfers, and market activity.

Metric NameDescription
active_nft_accountsNumber of accounts that actively engaged in NFT-related transactions.
active_nft_builder_accountsNumber of NFT builder accounts actively engaged in NFT creation.
accounts_associating_nftsNumber of accounts that associated NFTs during the period.
accounts_creating_nft_collectionsNumber of accounts that created NFT collections.
accounts_minting_nftsNumber of accounts that minted NFTs.
accounts_receiving_nftsNumber of accounts that received NFTs.
accounts_sending_nftsNumber of accounts that sent NFTs.
nft_collections_createdNumber of NFT collections created during the period.
nft_holdersTotal number of NFT holders in the ecosystem.
nft_market_capTotal market capitalization of NFTs in the ecosystem.
nft_sales_volumeVolume of NFT sales during the period.
nfts_mintedNumber of NFTs minted.
nfts_transferredNumber of NFTs transferred between accounts.
total_nftsTotal number of NFTs in the ecosystem.

Network Performance & Economy

These stats provide insight into the overall network activity and economic indicators.

Metric NameDescription
network_tpsTransactions per second across the network (measured as an average over the time period).
transactionsTotal number of transactions recorded during the period.
network_feeTotal network revenue collected from transaction fees (all fees paid to Hedera).
network_tvlTotal value locked (TVL) in USD within Hedera's ecosystem.
stablecoin_marketcapTotal market capitalization (USD) of all stablecoins on Hedera (e.g., USDC, USDT).
avg_usd_conversionAverage HBAR to USD conversion rate (multiplied by 10,000 for integer representation).
avg_time_to_consensusAverage time (in nanoseconds) for transactions to reach consensus.