# Ethereum RAW API

## eth

* [eth\_chainId](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_chainid)
* [eth\_syncing](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_syncing)
* [eth\_getBlockByNumber](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getblockbynumber)
* [eth\_getBlockByHash](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getblockbyhash)
* [eth\_getBlockReceipts](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getblockreceipts)
* [eth\_blockNumber](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_blocknumber)
* [eth\_gasPrice](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gasprice)
* [eth\_getBalance](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getbalance)
* [eth\_sendRawTransaction](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_sendrawtransaction)
* [eth\_getTransactionByHash](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gettransactionbyhash)
* [eth\_getTransactionByBlockHashAndIndex](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gettransactionbyblockhashandindex)
* [eth\_getTransactionByBlockNumberAndIndex](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gettransactionbyblocknumberandindex)
* [eth\_getTransactionReceipt](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gettransactionreceipt)
* [eth\_getTransactionCount](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_gettransactioncount)
* [eth\_getBlockTransactionCountByHash](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getblocktransactioncountbyhash)
* [eth\_getBlockTransactionCountByNumber](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getblocktransactioncountbynumber)
* [eth\_getLogs](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getlogs)
* [eth\_getCode](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getcode)
* [eth\_call](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_call)
* [eth\_getStorageAt](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getstorageat)
* [eth\_estimateGas](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_estimategas)
* [eth\_newFilter](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_newfilter)
* [eth\_newBlockFilter](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_newblockfilter)
* [eth\_newPendingTransactionFilter](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_newpendingtransactionfilter)
* [eth\_getFilterChanges](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_getfilterchanges)
* [eth\_signTransaction](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_signtransaction)
* [eth\_uninstallFilter](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_uninstallfilter)
* [eth\_subscribe](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_subscribe)
* [eth\_unsubscribe](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/eth_unsubscribe)

## net <a href="#eth_unsubscribe" id="eth_unsubscribe"></a>

* [net\_version](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/net_version)
* [net\_listening](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/net_listening)
* [net\_peerCount](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/net_peercount)

## web3 <a href="#net_peercount" id="net_peercount"></a>

* [web3\_clientVersion](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/web3_clientversion)
* [web3\_sha3](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/web3_sha3)

## txPool <a href="#web3_sha3-1" id="web3_sha3-1"></a>

* [txpool\_status](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/txpool_status)
* [txpool\_content](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/txpool_content)

## debug <a href="#web3_sha3-2" id="web3_sha3-2"></a>

* [debug\_traceCall](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/debug_tracecall)
* [debug\_traceBlockByHash](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/debug_traceblockbyhash)
* [debug\_traceBlockByNumber](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/debug_traceblockbynumber)
* [debug\_traceTransaction](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/debug_tracetransaction)

## trace <a href="#web3_sha3-3" id="web3_sha3-3"></a>

* [trace\_block](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_block)
* [trace\_call](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_call)
* [trace\_get](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_get)
* [trace\_filter](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_filter)
* [trace\_transaction](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_transaction)
* [trace\_replayTransaction](https://docs.blockpi.io/build/api-reference/ethereum/ethereum-raw-api/trace_replaytransaction)
