---
updatedAt: 2026-05-13T16:16:07.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.

# zkSync RPC Methods

### `eth`

* **[eth\_blockNumber](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_blocknumber)**
* **eth\_chainId**
* **[eth\_call](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call)**
* **[eth\_estimateGas](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_estimategas)**
* **[eth\_gasPrice](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gasprice)**
* **[eth\_newFilter](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#0cb95dd0-c8f8-407d-99f5-b6a2a0e01cb0)**
* **eth\_newPendingTransactionsFilter**
* **[eth\_uninstallFilter](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#4e3420d8-e4c8-d75f-251b-1a9e287a3bc5)**
* **[eth\_getLogs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getlogs)**
* **[eth\_getFilterLogs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterlogs)**
* **[eth\_getFilterChanges](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges)**
* **[eth\_getBalance](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance)**
* **[eth\_getBlockByHash](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblockbyhash)**
* **[eth\_getBlockByNumber](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblockbynumber)**
* **[eth\_getBlockTransactionCountByHash](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblocktransactioncountbyhash)**
* **[eth\_getBlockTransactionCountByNumber](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblocktransactioncountbynumber)**
* **[eth\_getCode](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getcode)**
* **[eth\_getStorageAt](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getstorageat)**
* **[eth\_getTransactionByHash](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyhash)**
* **[eth\_getTransactionCount](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactioncount)**
* **[eth\_getTransactionByBlockHashAndIndex](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyblockhashandindex)**
* **[eth\_getTransactionByBlockNumberAndIndex](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyblocknumberandindex)**
* **[eth\_getTransactionReceipt](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionreceipt)**
* **[eth\_protocolVersion](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_protocolversion)**
* **[eth\_sendRawTransaction](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_sendrawtransaction)**
* **[eth\_syncing](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#cb9137da-53b5-39e3-79d9-c45036418dc6)**
* **[eth\_coinbase](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#96c36aa0-e513-5205-fe59-bdee99cb2644)**
* **[eth\_accounts](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#7218b6e7-5e7f-da59-fe48-17838cce9731)**
* **[eth\_getCompilers](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#f765ac1e-923d-2900-0a7c-00ff0dbdb70c)**
* **[eth\_hashrate](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#7120c2c0-3b2b-e8fc-db13-a9e987f0ffca)**
* **[eth\_getUncleCountByBlockHash](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getunclecountbyblockhash)**
* **[eth\_getUncleCountByBlockNumber](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getunclecountbyblocknumber)**
* **[eth\_mining](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#7d9a61d2-0934-c7da-46bc-5279e45561f3)**

### `net`

* **[net\_version](https://ethereum.org/en/developers/docs/apis/json-rpc/#net_version)**
* **[net\_peer\_count](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#b3dfaaef-e32b-545c-70ec-783daa8e19ee)**
* **[net\_listening](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#6a294620-a6ff-17ca-c469-dea9e082b118)**

### `web3`

* **[web3\_clientVersion](https://ethereum.org/en/developers/docs/apis/json-rpc/#web3_clientversion)**

### `debug`

* **[debug\_traceBlockByNumber](https://docs.zksync.io/build/api.html#debug-traceblockbynumber)**
* **[debug\_traceBlockByHash](https://docs.zksync.io/build/api.html#debug-traceblockbyhash)**
* **[debug\_traceCall](https://docs.zksync.io/build/api.html#debug-tracecall)**
* **[debug\_traceTransaction](https://docs.zksync.io/build/api.html#debug-tracetransaction)**

### `zks`

> 📘 Info
>
> Please refer to the [zkSync official documentation](https://docs.zksync.io/zksync-protocol/api/zks-rpc) to see the list of stabilized methods in this namespace.

* **[zks\_estimateFee](https://docs.zksync.io/build/api.html#zks-estimatefee)**
* **[zks\_estimateGasL1ToL2](https://docs.zksync.io/build/api.html#zks-estimategasl1tol2)**
* **[zks\_getAllAccountBalances](https://docs.zksync.io/build/api.html#zks-getallaccountbalances)**
* **[zks\_getBlockDetails](https://docs.zksync.io/build/api.html#zks-getblockdetails)**
* **[zks\_getBridgeContracts](https://docs.zksync.io/build/api.html#zks-getbridgecontracts)**
* **[zks\_getBytecodeByHash](https://docs.zksync.io/build/api.html#zks-getbytecodebyhash)**
* **[zks\_getL1BatchBlockRange](https://docs.zksync.io/build/api.html#zks-getl1batchblockrange)**
* **[zks\_getL1BatchDetails](https://docs.zksync.io/build/api.html#zks-getl1batchdetails)**
* **[zks\_getL2ToL1LogProof](https://docs.zksync.io/build/api.html#zks-getl2tol1logproof)**
* **[zks\_getL2ToL1MsgProof](https://docs.zksync.io/build/api.html#zks-getl2tol1msgproof)**
* **[zks\_getMainContract](https://docs.zksync.io/build/api.html#zks-getmaincontract)**
* **[zks\_getProof](https://docs.zksync.io/build/api.html#zks-getproof)**
* **[zks\_getRawBlockTransactions](https://docs.zksync.io/build/api.html#zks-getrawblocktransactions)**
* **[zks\_getTestnetPaymaster](https://docs.zksync.io/build/api.html#zks-gettestnetpaymaster)**
* **[zks\_getTransactionDetails](https://docs.zksync.io/build/api.html#zks-gettransactiondetails)**
* **[zks\_L1BatchNumber](https://docs.zksync.io/build/api.html#zks-l1batchnumber)**
* **[zks\_L1ChainId](https://docs.zksync.io/build/api.html#zks-l1chainid)**

## 👋 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.