Section 4: JSON RPC Component
JSON RPC Endpoints
Here you will find the list of all supported JSON RPC endpoints and any differences between them in comparison to the default behavior of an ethereum node.
If the endpoint is not in the list below, it means this specific endpoint is not supported yet, feel free to open an issue requesting it to be added and please explain the reason why you need it.
Warning: debug endpoints are considered experimental as they have not been deeply tested yet
debug_traceBlockByHashdebug_traceBlockByNumberdebug_traceTransactiondebug_traceBatchByNumbereth_blockNumbereth_chainIdeth_estimateGas* if the block number is set to pending we assume it is the latesteth_gasPriceeth_getBalance* if the block number is set to pending we assume it is the latesteth_getBlockByHash* allows an extra boolean parameter to query l2 extra informationeth_getBlockByNumber* allows an extra boolean parameter to query l2 extra informationeth_getBlockTransactionCountByHasheth_getBlockTransactionCountByNumbereth_getCode* if the block number is set to pending we assume it is the latesteth_getCompilers* response is always emptyeth_getFilterChangeseth_getFilterLogseth_getLogseth_getStorageAt* if the block number is set to pending we assume it is the latesteth_getTransactionByBlockHashAndIndex* allows an extra boolean parameter to query l2 extra informationeth_getTransactionByBlockNumberAndIndex* if the block number is set to pending we assume it is the latest; * allows an extra boolean parameter to query l2 extra informationeth_getTransactionByHash* allows an extra boolean parameter to query l2 extra informationeth_getTransactionCounteth_getTransactionReceipt* doesn't include effectiveGasPrice. Will include once EIP1559 is implementedeth_getUncleByBlockHashAndIndex* response is always emptyeth_getUncleByBlockNumberAndIndex* response is always emptyeth_getUncleCountByBlockHash* response is always zeroeth_getUncleCountByBlockNumber* response is always zeroeth_newBlockFiltereth_newFiltereth_protocolVersion* response is always zeroeth_sendRawTransaction* can relay TXs to another nodeeth_subscribeeth_syncingeth_uninstallFiltereth_unsubscribe
Last updated