blog

Contributions to the Open Source Hedera Mirror Node Explorer for Staking Functionality

September 27, 2022
Devin Saxon
Devin Saxon
Senior Product Marketing Manager, Hashgraph

As native staking on Hedera continues on through Phase II, technical functionality for staking integrations into ecosystem wallets, exchanges, and explorers is available. Third-party websites HashScan, LedgerWorks, and Hedera Explorer feature staking data.

The mirror node REST APIS now retrieve staking information. An example schema of a valid request call is pasted below:


code window background

{
  "network_stake": {
    "max_staking_reward_rate_per_hbar": "17808,",
    "node_reward_fee_fraction": "1.0,",
    "stake_total": "35000000000000000,",
    "staking_period": {
      "from": "1655164800.000000000",
      "to": "1655251200.000000000"
    },
    "staking_period_duration": "1440,",
    "staking_periods_stored": "365,",
    "staking_reward_fee_fraction": "1.0,",
    "staking_reward_rate": "100000000000,",
    "staking_start_threshold": 25000000000000000
  }

You can find more mirror node example responses here. (Pending reward REST API coming soon. Stay up to date here.)

This contribution has been added to the OSS Hedera Mirror Node Explorer so you now have the ability to enable the staking page within your hosted version. 

HashScan’s staking page also adds support to stake your account via the supported wallets. Users can select their wallet, choose a node to stake to, and sign the transaction to start staking. For a wallet to support this staking integration, they need to be compliant with HIP-338. Today, HashPack and Blade wallets support staking on Hedera mainnet. We expect that additional wallets will implement HIP-338 and support staking for their users.

In regards to turning off/on the staking page (for those hosting the Hedera Mirror Node Explorer) you are able to do so within the .env file located at the root repository [link to README]:


code window background

### When set to 'true', this variable will enable the 'Staking' page
VUE_APP_ENABLE_STAKING=false

For any additional questions/feedback around Hedera Mirror Node Explorer please submit here: https://github.com/hashgraph/hedera-mirror-node-explorer

Questions/Feedback around supported wallets:

https://github.com/hashgraph/hedera-improvement-proposal/discussions/355

Back to Blog

discover

See more articles

March 2, 2026

Hedera Highlights February 2026

Discover how FedEx and Hedera are powering the next generation of global supply chains, explore the HederaCon 2026 speaker lineup, catch up on everything that happened at Hedera DevDay, celebrate
Read More
March 2, 2026

Hedera Developer Highlights February 2026

Registration remains open for the final chapter of the Hedera Hello Future: Apex hackathon, and the opening ceremony is now available to rewatch on demand. This edition covers key updates
Read More
March 2, 2026

Solo is Moving to the Hiero Namespace

Solo is migrating to the hiero-ledger namespace under the Linux Foundation. Learn what’s changing, the dual publishing timeline, and how to update safely.
Read More