Polygon RPC
Polygon 概述
Polygon PoS is an EVM-compatible, proof-of-stake sidechain for Ethereum . The Polygon Proof-of-Stake (PoS) network is designed to address scalability challenges within the Ethereum ecosystem and consists of a consensus layer called Heimdall and execution layer called Bor . The network architecture includes:
- Heimdall Layer: A set of proof-of-stake Heimdall nodes running in parallel to the Ethereum mainnet, monitoring the set of staking contracts deployed on the Ethereum mainnet
- Bor Layer: Bor is Polygon PoS's block producer — the entity responsible for aggregating transactions into blocks
- Ethereum Integration: Core contracts on the Ethereum mainnet incorporate a key feature for security and functionality: the exit queue
- Checkpoint System: A checkpoint of the validated transactions is created and submitted to the core contracts on the Ethereum mainnet every 30 minutes or so
Public checkpoint nodes serve as validators in the Polygon PoS architecture and ensure security through periodic state commitments to Ethereum.
Interacting with Polygon's APIs
该 erigon_* 以及 trace_* method namespaces will be deprecated on Amoy Testnet (July 1, 2026) 以及 Mainnet (July 15, 2026) as Quicknode migrates from Erigon to Bor. Use the debug_trace* namespace and eth_getLogs as alternatives. See Polygon Labs' Erigon sunset notice 详情请见。
All your favorite Ethereum tools (Foundry, Remix, Ethers.js) work seamlessly on Polygon, with the same familiar UX . The JSON-RPC API extends standard Ethereum methods with Polygon-specific functionality for accessing the sidechain's unique features.
You don't have to worry about the underlying architecture while moving or deploying your dApps to the Polygon PoS network as long as it is EVM-compatible . However, developers should understand Polygon's checkpoint system and dual-layer architecture when building applications that require cross-chain functionality or validator interactions.
Make Polygon API Calls
The quickest way to start building on Polygon is to create a Quicknode endpoint and send your first JSON-RPC request.
Quicknode provides managed Polygon endpoints, giving you immediate access to Polygon Mainnet and Mumbai Testnet without the overhead of running your own infrastructure. These endpoints offer:
- 高可靠性——全球分布式基础设施,旨在最大限度地减少停机时间
- 性能提升——针对生产级应用程序优化了延迟和请求处理
- Integrated ecosystem – additional functionality through specialized APIs and Quicknode Marketplace add-ons
请访问“快速入门”页面,创建您的端点并发送第一个请求。
支持的网络
Quicknode provides access to the following Polygon networks:
Complete reference for developers building on Polygon with Quicknode:
快速入门
Get started with Polygon 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 Polygon endpoints for optimal performance and reliability.
API 概述
了解受支持的 API、网络、Quicknode 产品以及增强的 API 功能,用于构建功能强大的应用程序。
市场
探索并集成来自 Quicknode 应用商店的强大插件和工具,以增强您的 Web3 应用程序。
终端安全
通过身份验证、白名单和最佳安全实践来保护您的终端设备。
错误代码
Understand common error codes and troubleshooting steps for Polygon API requests.