Optimism RPC
What is Optimism?
Optimism is a Layer 2 scaling solution for Ethereum that uses optimistic rollup technology to increase throughput while maintaining Ethereum's security. Optimism processes transactions off-chain and posts compressed transaction data to Ethereum mainnet, inheriting its security guarantees through a 7-day fraud proof window.
Optimism implements the Optimism Virtual Machine (OVM), which is EVM-equivalent at the bytecode level. The network uses sequencers to order transactions and produce blocks with 2-second block times. The network supports cross-chain messaging through its native bridge contracts, allowing assets and data to move between L1 and L2. Optimism uses ETH for gas fees and implements the same account model and transaction types as Ethereum.
Interacting with Optimism
The Optimism JSON-RPC API extends the standard Ethereum JSON-RPC interface with L2-specific functionality. Since Optimism maintains EVM equivalence, developers can use existing Ethereum tools and libraries without modification.
借助此 API,您可以:
- Execute all standard Ethereum JSON-RPC methods (eth_call, eth_sendTransaction, eth_getBalance)
- Access Optimism-specific methods for L2 operations and gas estimation
- Query L1 to L2 message status and cross-chain transaction receipts
- Retrieve L2 block and transaction data including L1 batch information
- Subscribe to real-time events via WebSocket connections
您可以通过以下方式访问该 API:
- Running a local Optimism node (op-node and op-geth)
- Using a hosted provider such as a Quicknode Optimism endpoint, which provides instant access to mainnet and testnet with archive data support
支持的网络
Quicknode provides access to the following Optimism networks:
Complete reference for developers building on Optimism with Quicknode:
快速入门
Get started with Optimism 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 Optimism endpoints for optimal performance and reliability.
API 概述
了解受支持的 API、网络、Quicknode 产品以及增强的 API 功能,用于构建功能强大的应用程序。
市场
探索并集成来自 Quicknode 应用商店的强大插件和工具,以增强您的 Web3 应用程序。
终端安全
通过身份验证、白名单和最佳安全实践来保护您的终端设备。
错误代码
Understand common error codes and troubleshooting steps for Optimism API requests.