Arbitrum JSON RPC API
Introduction
Arbitrum is a Layer 2 scaling solution for Ethereum that leverages optimistic rollups to improve transaction speed and reduce fees. By bundling multiple transactions together and posting them on the Ethereum main chain, Arbitrum significantly enhances the throughput while retaining the security of Ethereum. Arbitrum is ideal for decentralized finance (DeFi) applications and developers seeking fast and affordable Ethereum-compatible solutions.
Supported Networks
The Arbitrum RPC API is available for the following networks:
- Arbitrum Mainnet
- Arbitrum Sepolia Testnet
Network Details
Network | Chain ID | EVM Chain | RPC URLs |
---|---|---|---|
Arbitrum Mainnet | 0xa4b1 (42161) | EvmChain.ARBITRUM | https://site1.moralis-nodes.com/arbitrum/ |
https://site2.moralis-nodes.com/arbitrum/ | |||
Arbitrum Sepolia | 0x66eee (421614) | EvmChain.ARBITRUM_SEPOLIA | https://site1.moralis-nodes.com/arbitrum-sepolia/ |
https://site2.moralis-nodes.com/arbitrum-sepolia/ |
Supported RPC Methods
- eth_blockNumber
- eth_call
- eth_chainId
- eth_createAccessList
- eth_estimateGas
- eth_feeHistory
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getBlockReceipts
- eth_getCode
- eth_getLogs
- eth_getProof
- eth_getStorageAt
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_maxPriorityFeePerGas
- eth_sendRawTransaction
Supported Extended RPC Methods
Network Support Notice
The Extended RPC APIs are only supported on the Arbitrum Mainnet.