Arbitrum RPC
What is Arbitrum?
Arbitrum is a Layer 2 scaling solution for Ethereum that uses optimistic rollup technology to reduce transaction costs and increase throughput while maintaining Ethereum's security. Built by Offchain Labs, Arbitrum processes transactions off-chain and submits compressed batches to Ethereum mainnet, achieving up to 90% lower gas fees and faster confirmation times.
Arbitrum operates using an optimistic execution model. It assumes transactions are valid by default but includes a 7-day challenge period where validators can dispute fraudulent transactions through an interactive fraud-proof system. This design allows Arbitrum to inherit Ethereum's security guarantees while providing a fully EVM-compatible environment where existing Solidity smart contracts and dApps can deploy without modification.
The network uses ArbOS, a custom operating system that manages the execution environment and handles cross-chain messaging through its retryable tickets system, enabling communication between L1 and L2.
Interacting with Arbitrum
The Arbitrum JSON-RPC API extends the standard Ethereum JSON-RPC interface with Layer 2-specific functionality. Since Arbitrum maintains byte-level EVM compatibility, developers can use familiar tools like Ethers.js and Foundry without modification.
이 API를 사용하면 다음과 같은 작업을 수행할 수 있습니다:
- Execute all standard Ethereum JSON-RPC methods (eth_call, eth_sendTransaction, etc.)
- Access Arbitrum-specific methods for L2 operations (arbtrace_block, arbtrace_replayTransaction)
- WebSocket 연결을 통해 실시간 이벤트를 구독하세요
다음과 같은 방법으로 API에 접속할 수 있습니다:
- Running a local Arbitrum node (Nitro client)
- Using a hosted provider such as a Quicknode Arbitrum endpoint, which provides instant access to both Arbitrum One and Arbitrum Nova networks with built-in reliability and archive data support
지원되는 네트워크
Quicknode provides access to the following Arbitrum networks:
Complete reference for developers building on Arbitrum with Quicknode:
빠른 시작
Get started with Arbitrum quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
공급자 엔드포인트
Learn how to configure and manage your Arbitrum endpoints for optimal performance and reliability.
API 개요
강력한 애플리케이션을 구축하는 데 필요한 지원되는 API, 네트워크, Quicknode 제품 및 향상된 API 기능을 살펴보세요.
마켓플레이스
Quicknode 마켓플레이스에서 강력한 애드온과 도구를 찾아 통합하여 웹3 애플리케이션을 강화해 보세요.
엔드포인트 보안
인증, 화이트리스트 적용 및 모범 보안 관행을 통해 엔드포인트를 보호하십시오.
오류 코드
Understand common error codes and troubleshooting steps for Arbitrum API requests.