---
updatedAt: 2026-05-13T16:12:18.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Ethereum RPC Methods

> **Note:**  RPC connects over standard port 443

## `debug`

* debug\_traceBlock
* debug\_traceBlockByHash
* debug\_traceBlockByNumber
* debug\_traceTransaction

## `eth`

* eth\_blockNumber
* eth\_call
* eth\_chainId
* eth\_estimateGas
* eth\_gasPrice
* eth\_getBalance
* eth\_getBlockByHash
* eth\_getBlockByNumber
* eth\_getBlockTransactionCountByHash
* eth\_getBlockTransactionCountByNumber
* eth\_getCode
* eth\_getLogs
* eth\_getRawTransactionByBlockHashAndIndex
* eth\_getRawTransactionByBlockNumberAndIndex
* eth\_getRawTransactionByHash
* eth\_getStorageAt
* eth\_getTransactionByBlockHashAndIndex
* eth\_getTransactionByBlockNumberAndIndex
* eth\_getTransactionByHash
* eth\_getTransactionCount
* eth\_getTransactionReceipt
* eth\_getUncleByBlockHashAndIndex
* eth\_getUncleByBlockNumberAndIndex
* eth\_getUncleCountByBlockHash
* eth\_getUncleCountByBlockNumber
* eth\_getWork
* eth\_hashrate
* eth\_mining
* eth\_pendingTransactions
* eth\_sendRawTransaction
* eth\_submitHashrate
* eth\_submitWork
* eth\_syncing

## `net`

* net\_listening
* net\_peerCount
* net\_version

## `web3`

* web3\_clientVersion
* web3\_sha3

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.