description |
---|
hmy_getCurrentUtilityMetrics |
Works only for shard 0 (beacon chain).
AccumulatorSnapshot
-Number
- total stakingCurrentStakedPercentage
-Float
- total staking percentage from circulating supply nowDeviation
-Float
- deviation from average earned stakeAdjustment
-Float
- adjustment
Sample Curl Request
curl -d '{
"jsonrpc":"2.0",
"method":"hmy_getCurrentUtilityMetrics",
"params":[],
"id":1
}' -H 'Content-Type:application/json' -X POST 'https://api.s0.b.hmny.io'
Sample Curl Response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"AccumulatorSnapshot": 0,
"CurrentStakedPercentage": "0.000000000000000000",
"Deviation": "0.350000000000000000",
"Adjustment": "14000000000000000000.000000000000000000"
}
}