Share your feedback on Twitter and claim 5M Free GetBlock Requests

banner image
etc

Ethereum Classic

ETC

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method eth_getWork Ethereum Classic (ETC)
connect with JSON-RPC protocol

eth_getWork

info-circle-fill

Returns the hash of the current block, the seed hash, and the requiredtarget boundary condition.

Parameters

-

Request

curl --location --request POST 'https://etc.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_getWork",
"params": [],
"id": "getblock.io"}'

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": [
        "0xce5e32ca59cb86799a1879e90150b2c3b882852173e59865e9e79abb67a9d636",
        "0x0000000000000000000000000000000000000000000000000000000000000000",
        "0x00a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3d70a3",
        "0x42"
    ]
}
banner icon

Start Building with GetBlock RPCs for Free