Skip to main content
POST
eth_hashrate
Plasma API method that returns the number of hashes per second that the node is mining with.

Parameters

None

Response

  • quantity — the number of hashes per second

eth_hashrate code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_hashrate
params
any[]

Response

200 - application/json

Returns the number of hashes per second that the node is mining with.

jsonrpc
string
id
integer
result
object | null
Last modified on May 18, 2026