getHashRate

This call will return network information of the Atheios chain. The result is averaged over the recent 4 blocks.

Parameters

None

Returns

getHashRate returns hashrate in MH/s rounded

getDifficulty returns current difficulty

getBlockTime returns current blocktime

Example

{
"getHashRate": 1401,
"getDifficulty": "26839542111",
"getBlockTime": 19
}

Link