false
false
0
- We're indexing this chain right now. Some of the counts may be inaccurate.

ZCU Mainnet EVM JSON-RPC Documentation (Chain ID 90031273)

[ Base URL: https://scan.zerochill.com/api/zcu-rpc ]

This API is provided for Zero Chill Units Mainnet EVM JSON-RPC methods. ZCU Mainnet keeps the standard eth_* method namespace for geth/EVM compatibility. Chain ID: 90031273 (0x55dc4a9). These calls query ZCU Mainnet, not Ethereum mainnet. Technical method names are kept as eth_* because that is the live ZCU geth RPC namespace. Use this page for direct ZCU Mainnet EVM JSON-RPC compatibility calls. However, in general, the ZCU Mainnet Scanner API is recommended. Anything not in this list is not supported. Click on the method to be taken to the documentation for that method, and check the notes section for any potential differences.

eth_blockNumber

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_blockNumber", "params": []}'


        

Parameters

Name

Description

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_chainId

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_chainId", "params": []}'


        

Parameters

Name

Description

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_gasPrice

Returns the average gas price per gas in wei.

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_gasPrice", "params": []}'


        

Parameters

Name

Description

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_getBalance

The `earliest` parameter will not work as expected currently, because genesis block balances are not currently imported

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_getBalance", "params": []}'


        

Parameters

Name

Description

Data *required

20 Bytes - address to check for balance

Quantity|Tag *required

Integer block number, or the string "latest", "earliest" or "pending"

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_getLogs

Will never return more than 1000 log entries. For this reason, you can use pagination options to request the next page. Pagination options params: {"logIndex": "3D", "blockNumber": "6423AC"} which include parameters from the last log received from the previous request. These three parameters are required for pagination.

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_getLogs", "params": []}'


        

Parameters

Name

Description

Object *required

The filter options

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_getTransactionByHash

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_getTransactionByHash", "params": []}'


        

Parameters

Name

Description

Data *required

32 Bytes - transaction hash to get

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_getTransactionReceipt

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_getTransactionReceipt", "params": []}'


        

Parameters

Name

Description

Data *required

32 Bytes - transaction hash to get

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation

            

eth_maxPriorityFeePerGas

curl -X POST --data '{"id":0,"jsonrpc":"2.0","method": "eth_maxPriorityFeePerGas", "params": []}'


        

Parameters

Name

Description

Curl

          
Server Response

Code

Details

Response Body


            

Responses

Code

Description
200
successful operation