Arbitrum Mainnet

Supported Methods

HTTP

  • eth_blockNumber

  • eth_getBlockByHash

  • eth_getBlockByNumber

  • eth_getTransactionByHash

  • eth_getTransactionCount

  • eth_getTransactionReceipt

  • eth_getBlockTransactionCountByHash

  • eth_getBlockTransactionCountByNumber

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionByBlockNumberAndIndex

  • eth_sendRawTransaction

  • eth_getBalance

  • eth_getCode

  • eth_getStorageAt

  • eth_accounts

  • eth_call

  • eth_getLogs

  • eth_gasPrice

  • eth_estimateGas

  • net_version

  • eth_chainId

  • web3_clientVersion

  • web3_sha3

WebSocket

Include all HTTP methods

  • eth_getFilterChanges

  • eth_getFilterLogs

  • eth_newBlockFilter

  • eth_newFilter

  • eth_uninstallFilter

  • eth_subscribe

  • eth_unsubscribe

Last updated