Eth_hashrate

eth_hashrate

post

Returns the current mining hashrate reported by the client.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstring · enumRequiredExample: eth_hashratePossible values:
paramsarrayRequired

This method takes no parameters.

idintegerRequiredExample: 1
Responses
chevron-right
200

JSON-RPC response with the current mining hashrate

application/json
jsonrpcstringRequiredExample: 2.0
idintegerRequiredExample: 1
resultstringRequired

The current mining hashrate in hashes per second, as a hexadecimal string.

Example: 0x3b9aca00
post
/
200

JSON-RPC response with the current mining hashrate

Last updated