JSON-RPC
The following RPC endpoints are available
net_version
web3_clientVersion
eth_blockNumber
eth_call
only the latest block is supported
eth_chainId
eth_estimateGas
only the latest block is supported
eth_feeHistory
eth_gasPrice
returns the base fee for the next small block
eth_getBalance
only the latest block is supported
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getCode
only the latest block is supported
eth_getLogs
up to 4 topics
up to 50 blocks in query range
eth_getStorageAt
only the latest block is supported
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionCount
only the latest block is supported
eth_getTransactionReceipt
eth_maxPriorityFeePerGas
always returns zero currently
eth_syncing
always returns false
The following custom endpoints are available
eth_bigBlockGasPrice
returns the base fee for the next big block
Unsupported requests
Requests that require historical state are not supported at this time
Last updated