---
title: "Get network stake information"
method: GET
path: "/api/v1/network/stake"
tags: ["network"]
---

# Get network stake information

`GET /api/v1/network/stake`

Returns the network's current stake information.

## Response `200`

OK

- NetworkStakeResponse
  - `max_stake_rewarded` integer, required — The maximum amount of tinybar that can be staked for reward while still achieving the maximum per-hbar reward rate
  - `max_staking_reward_rate_per_hbar` integer, required — The maximum reward rate, in tinybars per whole hbar, that any account can receive in a day
  - `max_total_reward` integer, required — The total tinybars to be paid as staking rewards in the ending period, after applying the settings for the 0.0.800 balance threshold and the maximum stake rewarded
  - `node_reward_fee_fraction` number, float, required — The fraction between zero and one of the network and service fees paid to the node reward account 0.0.801
  - `reserved_staking_rewards` integer, required — The amount of the staking reward funds of account 0.0.800 reserved to pay pending rewards that have been earned but not collected
  - `reward_balance_threshold` integer, required — The unreserved tinybar balance of account 0.0.800 required to achieve the maximum per-hbar reward rate
  - `stake_total` integer, required — The total amount staked to the network in tinybars the start of the current staking period
  - `staking_period` object, required — The timestamp range of the staking period
    - `from` string — The inclusive from timestamp in seconds
    - `to` string, nullable — The exclusive to timestamp in seconds
  - `staking_period_duration` integer, required — The number of minutes in a staking period
  - `staking_periods_stored` integer, required — The number of staking periods for which the reward is stored for each node
  - `staking_reward_fee_fraction` number, float, required — The fraction between zero and one of the network and service fees paid to the staking reward account 0.0.800
  - `staking_reward_rate` integer, required — The total number of tinybars to be distributed as staking rewards each period
  - `staking_start_threshold` integer, required — The minimum balance of staking reward account 0.0.800 required to active rewards
  - `unreserved_staking_reward_balance` integer, required — The unreserved balance of account 0.0.800 at the close of the just-ending period; this value is used to compute the HIP-782 balance ratio

## Other responses

- `400` — Invalid parameter
- `404` — No network stake data found
- `500` — Service Unavailable

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
