Total Accounts
Methodology and API examples for the cumulative count of all Hedera accounts created since network genesis.
Total ECDSA Accounts
Methodology and API examples for the cumulative count of Hedera accounts secured with ECDSA keys, including real EVM address tracking.
Total ED25519 Accounts
Methodology and API examples for the cumulative count of Hedera accounts that use ED25519 cryptographic keys.
New Accounts
Methodology and API examples for tracking the number of new Hedera accounts created within a specific time period.
New ECDSA Accounts
Methodology and API examples for counting newly created Hedera accounts that use ECDSA keys, including real EVM address filtering.
New ED25519 Accounts
Methodology and API examples for counting newly created Hedera accounts that use ED25519 keys in a given period.
Active Accounts
Methodology and API examples for tracking Hedera accounts that initiate at least one transaction in a given timeframe.
Active ECDSA Accounts
Methodology and API examples for counting unique Hedera accounts with ECDSA keys that pay for transactions in a given period.
Active ED25519 Accounts
Methodology and API examples for counting unique Hedera ED25519 accounts that pay for transactions in a given period.
Active Developer Accounts
Methodology and API examples for tracking Hedera accounts that perform developer actions like deploying contracts or minting tokens.
Active Retail Accounts
Methodology and API examples for active retail accounts, calculated by excluding developer accounts and smart contracts from all active accounts.