Get Network Stake Information

Returns the network's current stake information.

This method will use 20 Compute Units.


Get network stake information

get

Returns the network's current stake information.

Responses
200

OK

application/json
get
GET /v1/YOUR_API_KEY/api/v1/network/stake HTTP/1.1
Host: mainnet.hedera.validationcloud.io
Accept: */*
{
  "max_staking_reward_rate_per_hbar": 17808,
  "node_reward_fee_fraction": 1,
  "stake_total": 35000000000000000,
  "staking_period": {
    "from": "1655164800.000000000",
    "to": "1655251200.000000000"
  },
  "staking_period_duration": 1440,
  "staking_periods_stored": 365,
  "staking_reward_fee_fraction": 1,
  "staking_reward_rate": 100000000000,
  "staking_start_threshold": 25000000000000000
}

Last updated

Was this helpful?