Skip to main content

eth_submitWork RPC Method

Loading...

Updated on
Apr 30, 2025

eth_submitWork RPC Method

Parameters

nonce
string
REQUIRED
Loading...
hash
string
REQUIRED
Loading...
digest
string
REQUIRED
Loading...

Returns

result
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
-d '{"jsonrpc":"2.0","method":"eth_submitWork","params": ["0x0000000000000001","0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","0xD1FE5700000000000000000000000000D1FE5700000000000000000000000000"],"id":1}'
5
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"error": {
5
"code": -32601,
6
"message": "the method eth_submitWork does not exist/is not available"
7
}
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free