eth_hashrate
Returns the number of hashes per second that the node is mining with.
- CURL
curl --request POST \
     --url https://evm.confluxrpc.com \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [],
  "method": "eth_hashrate"
}'
Result
Schema
type : string
Pattern : 
^0x([1-9a-f][0-9a-f]{0,63}|0)$