Loading...
hmy_getMedianRawStakeSnapshot
Returns active validators addresses list
Number - big.Int median raw stake of all validators
Number
Sample Curl Request
Sample Curl Response
curl -d '{ "jsonrpc":"2.0", "method":"hmy_getMedianRawStakeSnapshot", "params":[], "id":1 }' -H 'Content-Type:application/json' -X POST 'https://api.s0.b.hmny.io'
{ "jsonrpc": "2.0", "id": 1, "result": "1000000000000000" }