Unichain RPC Methods
debug
debug
Debug blocks and transactions to investigate execution details.
eth
eth
Perform a range of Ethereum network operations including querying accounts, gas estimates, block details, transactions, and more.
Network & Blockchain Information
- eth_getCode
- eth_call
- eth_getWork
- eth_hashrate
- eth_mining
- eth_syncing
- eth_getProof
- eth_chainId
Accounts & Balances
Blocks
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_blockNumber
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_getBlockReceipts
Transactions
- eth_getTransactionByHash
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_sendRawTransaction
- eth_getRawTransactionByBlockHashAndIndex
- eth_getRawTransactionByBlockNumberAndIndex
- eth_getRawTransactionByHash
- eth_pendingTransactions
- eth_sendMessage
Gas & Fees
- eth_estimateGas
- eth_gasPrice
- eth_maxPriorityFeePerGas
- eth_feeHistory
Filters & Subscriptions
- eth_newFilter
- eth_getFilterChanges
- eth_unsubscribe
- eth_subscribe
- eth_getFilterLogs
Logs & Events
net
net
Monitor network status with methods to check connectivity, peer count, and network version.
web3
web3
Interact with Ethereum's web3 layer to retrieve the network config information.
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.
Updated about 2 months ago