Last updated 9 months ago
Was this helpful?
Returns the network's current stake information.
This method will use 15 Compute Units.
15
/api/v1/network/stake
curl -L \ --url 'https://mainnet.hedera.validationcloud.io/v1/YOUR_API_KEY/api/v1/network/stake'
{ "max_staking_reward_rate_per_hbar": 17808, "node_reward_fee_fraction": 1, "stake_total": 35000000000000000, "staking_period_duration": 1440, "staking_periods_stored": 365, "staking_reward_fee_fraction": 1, "staking_reward_rate": 100000000000, "staking_start_threshold": 25000000000000000, "staking_period": { "from": "1655164800.000000000", "to": "1655251200.000000000" } }