We're now supporting Polygon zkEVM!
Learn more here.

Contents

eth_hashrate RPC Method

The API credit value for this method is 1 . To learn more about API credits and each method's value, visit the API Credits page.

Please note that QuickNode will always return a 0x0 mining hash rate

Parameters:

  1. none

Returns:

  1. hashrate - The number of hashes per second encoded in hexadecimal format

Code Examples:

require 'eth'

client = Eth::Client.create 'http://sample-endpoint-name.network.quiknode.pro/token-goes-here/'
payload = {
    "jsonrpc": "2.0",
    "method": "eth_hashrate",
    "params": [],
    "id": "1"
}

response = client.send(payload.to_json)
puts response
Ready to get started? Create a free account