Skip to main content

eth_getCompilers RPC Method

Loading...

Updated on
Apr 17, 2026

eth_getCompilers RPC Method

Please note that for this RPC method the response will always be empty.

Parameters

This method does not accept any parameters

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.zkevm-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getCompilers",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.zkevm-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getCompilers",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"error": {
5
"code": -32601,
6
"message": "the method eth_getCompilers does not exist/is not available"
7
}
8
}
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"error": {
5
"code": -32601,
6
"message": "the method eth_getCompilers 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