Tempo链现已登陆Chainstack!免费获取可靠的Tempo测试网RPC端点。   了解更多
  • 定价
  • 文档

Get a low-latency RPC endpoint to Optimism

Create a high-performing geo-balanced Optimism RPC node — keep your app always fast, always available. Deliver consistent performance worldwide with enterprise-grade reliability.

100K+ 开发者
20K+ 活动节点
12 全球数据中心
无与伦比的基础设施。无可匹敌的价格。

Reliable Optimism Mainnet and Testnet infrastructure. No friction. No complexity. Just infrastructure that scales with you.

全节点请求
1 RU
归档节点请求
2个机架单元
API请求 = 1 个请求单位
无限请求
Unlock Optimism Unlimited Node

以固定月费获取完全可扩展、生产级别的RPC基础设施。
计费基于您选择的RPS层级,让您完全掌控成本与扩展能力。

了解更多

全球节点

Chainstack makes sure you get access to robust and scalable infrastructure, ready for your Optimism journey, in a matter of minutes.

We take away the burden of managing it so that you can instantly focus on building and exploring data on Optimism RPC and API.

Create Optimism node

专用节点

With Chainstack’s patented Bolt technology you get fully synced dedicated Optimism RPC nodes in almost no time at all.

Chainstack spins up dedicated Optimism RPC nodes with the latest state—so you get a node ready the same day.

开始使用

Reliable Optimism Mainnet, Sepolia and Goerli Testnet infrastructure

Chainstack makes sure you get access to robust and scalable infrastructure, ready for your Optimism journey, in a matter of minutes.

We take away the burden of managing it so that you can instantly focus on building and exploring data on Optimism.

开始使用

Start fast with Global Optimism RPC Nodes

Global Optimism RPC Nodes provide personal, geographically diverse, and protected API endpoints you can immediately start using to interact with the Optimism network, starting at $0 per month.

Chainstack global Optimism RPC Nodes

  • 请求无限制,无每日限制
  • 近乎即时的部署
  • 全球终端位置
  • 安全HTTP和WebSocket API

开始使用

Dedicated Optimism RPC nodes for dedicated users

Backed up by an expert support team, Chainstack’s dedicated RPC nodes are a go-to for request-intensive workloads on the Optimism Testnet.

Chainstack dedicated Optimism RPC nodes

  • 请求无限制,无每日限制
  • Debug and trace APIs
  • 通过Bolt实现快速部署

开始使用

涡轮增压同步

With Chainstack’s patented Bolt technology, you get fully synced dedicated Optimism RPC nodes in almost no time at all.

By using up-to-date snapshots of the ledger, Chainstack spins up dedicated Optimism RPC nodes with the latest state—so you get a node ready same day rather than having to wait long sync times while spinning it from genesis block.

介绍Bolt
阅读更多        
Hours taken to sync an Optimism node

使用加密货币支付

Flexible billing with crypto. Pay for every plan and service using Optimism or 150+ other available tokens. No lock-ins, no constraints—just seamless payments on your terms.

开始使用

Build on Optimism blockchain with us

Discover a wealth of information on how to deploy blockchain infrastructure and build amazing applications using Optimism RPCs and APIs with Chainstack.

常见问题解答
What is Optimism?

Optimism is the earliest production optimistic rollup; its OP-Stack now powers the “Superchain” of cooperating L2s and funds public-goods development through retroactive airdrops.

How to get Optimism RPC endpoint?
Sign up for a free Chainstack account and open your project dashboard. In the dashboard, choose Add node, select Optimism, and provision either a dedicated node or an elastic cluster. After the node syncs, open Access & credentials and grab the RPC URL for immediate integration.
How to run an Optimism node?
Deploy a Global Node via Chainstack to ride the Optimism Superchain in under five minutes. Pick a Dedicated Node for guaranteed I/O and fine-grained retention policies. The DIY path? Compile op-node, fetch Geth, juggle data availability service configs, and hope migrations don’t break overnight.
What is Optimism RPC API?

Optimism exposes an Ethereum-compatible JSON-RPC plus op_getBlock that returns L2-specific metadata. Clients send raw transactions as usual, while the OP Node handles derivation and output roots. WebSocket subscriptions include both standard logs and Optimism system events.

How much does it cost to run a Optimism RPC?

A self-hosted OP node plus Geth backend can cost anywhere from US $120 to US $300 / month, depending on region, SSD size, and bandwidth. Heavy simulation or MEV use cases raise those numbers quickly. The lowest-stress, lowest-cost option is to point to an Optimism RPC delivered by a provider such as Chainstack.

Is Optimism RPC free?

Optimism supplies open RPC links that cost nothing, yet they often throttle heavy workloads. Chainstack’s entry tier grants 3 million stable Optimism calls for free, eliminating that headache.

How to setup a Optimism RPC?

Fetch the Optimism endpoint in Chainstack, then insert it in the wallet’s “RPC URL” box or change the provider string in your dApp code to talk to Optimism.

Notes for Optimism API

  1. When communicating with an Optimism RPC node, the Optimism client implements a JSON-RPC specification, a communication protocol allowing one to make remote calls and execute them as if they were made locally.
  2. The Optimism API allows developers to communicate with the Optimism blockchain to build applications. The best way to use the Optimism API is to use a web3 library such as ethers.js if using Javascript or web3.py  if using Python.