Skip to main content

/api/v1/network/stake REST API Endpoint

Returns the network's current stake information.

Updated on
Aug 23, 2024

/api/v1/network/stake REST API Endpoint

Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.

Parameters

This method does not accept any parameters

Returns

max_stake_rewarded
integer
The maximum amount of HBAR that can be staked and receive rewards
max_staking_reward_rate_per_hbar
integer
The maximum staking reward rate per HBAR
max_total_reward
integer
The maximum total rewards available for staking
node_reward_fee_fraction
integer
The fraction of the staking rewards allocated to nodes
reserved_staking_rewards
integer
The total reserved staking rewards
reward_balance_threshold
integer
The balance threshold above which staking rewards can be distributed
stake_total
integer
The total amount of HBAR staked on the network
staking_period
object
An object representing the current staking period
from
string
The start time of the current staking period
to
string
The end time of the current staking period
staking_period_duration
integer
The duration of each staking period in minutes
staking_periods_stored
integer
The number of staking periods stored for historical reference
staking_reward_fee_fraction
number
The fraction of the staking rewards allocated as fees
staking_reward_rate
integer
The rate at which staking rewards are distributed
staking_start_threshold
integer
The threshold of total stake needed to start distributing rewards
unreserved_staking_reward_balance
integer
The balance of staking rewards that are not reserved and available for distribution
Request
1
curl 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/network/stake'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free