ETH methods
The ETH API methods allow you to interact with the blockchain.
note
The ETH methods are grouped into the following pages.
Client and network
Query client and network information.
eth_accountseth_blockNumbereth_capabilitieseth_chainIdeth_configeth_protocolVersioneth_syncing
Block
Query blocks and their contents.
eth_getBlockByHasheth_getBlockByNumbereth_getBlockReceiptseth_getBlockTransactionCountByHasheth_getBlockTransactionCountByNumbereth_getUncleByBlockHashAndIndexeth_getUncleByBlockNumberAndIndexeth_getUncleCountByBlockHasheth_getUncleCountByBlockNumber
Transaction
Retrieve transactions and transaction receipts.
eth_getTransactionByBlockHashAndIndexeth_getTransactionByBlockNumberAndIndexeth_getTransactionByHasheth_getTransactionBySenderAndNonceeth_getTransactionReceipt
State and account
Read account state at a given block.
eth_getBalanceeth_getCodeeth_getProofeth_getStorageAteth_getStorageValueseth_getTransactionCount
Execution
Execute calls and perform actions without changing blockchain state.
eth_calleth_createAccessListeth_estimateGaseth_simulateV1
Fee market
Query gas price and fee market information.
eth_baseFeeeth_blobBaseFeeeth_feeHistoryeth_gasPriceeth_maxPriorityFeePerGas