# OP

### Eth

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

### Net

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

### Web3

* [rollup\_getInfo](https://docs.blockpi.io/build/api-reference/op/rollup_getinfo)
* [rollup\_gasPrices](https://docs.blockpi.io/build/api-reference/op/rollup_gasprices)

### Rollup

* [rollup\_getInfo](https://docs.blockpi.io/build/api-reference/op/rollup_getinfo)
* [rollup\_gasPrices](https://docs.blockpi.io/build/api-reference/op/rollup_gasprices)

### Debug

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

### Bundler Service

* [eth\_sendUserOperation](https://docs.blockpi.io/build/api-reference/op/eth_senduseroperation)
* [eth\_estimateUserOperationGas](https://docs.blockpi.io/build/api-reference/op/eth_estimateuseroperationgas)
* [eth\_getUserOperationByHash](https://docs.blockpi.io/build/api-reference/op/eth_getuseroperationbyhash)
* [eth\_getUserOperationReceipt](https://docs.blockpi.io/build/api-reference/op/eth_getuseroperationreceipt)
* [eth\_supportedEntryPoints](https://docs.blockpi.io/build/api-reference/op/eth_supportedentrypoints)
