High-throughput Hyperliquid RPC nodes are now available: get access to HyperEVM and HyperCore in seconds.    Learn more
  • Pricing
  • Docs

Build better with Polygon nodes

Run high-performing Polygon RPC nodes and APIs in minutes on a platform built for scale.

“The rapid adoption of Polygon has resulted in the need for strong infrastructure that can support the high throughput on-chain transactions from 300+ DApps on Polygon. We are pleased to collaborate with Chainstack to make the blockchain experience seamless for users and developers.”

Sandeep Nailwal Co-Founder and COO, Polygon

Reliable Polygon mainnet and testnet infrastructure

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

We take away the burden of managing it so that you can instantly focus on building, trading, and exploring data on the Polygon commit chain.

Get started

Start fast with Global Polygon RPC Nodes

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

Chainstack global Polygon RPC Nodes

  • Unlimited requests, no daily limits
  • Near-instant deployment
  • Global endpoint locations
  • Secure HTTP and WebSocket APIs
  • Polygon API namespaces: net, eth, web3
  • Standard Polygon RPC methods

Get started

Propagate transactions to the blockchain 2.5x faster

Chainstack Trader nodes are channeled through the bloXroute BDN integration making it instantly available for validators to include in the next block.

Get started

Polygon archive nodes starting at just $49

Get access to Polygon archive nodes to query the entire history of the mainnet—starting at just $49 per month.

And with Chainstack’s Bolt fast sync technology, you can deploy your own dedicated archive node in minutes instead of months.

Get started

Turbocharged sync

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

By using up-to-date snapshots of the ledger, Chainstack spins up dedicated Polygon 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.

Introducing Bolt
Read more        
Hours taken to sync a Polygon node

Dedicated Polygon RPC nodes for dedicated users

Backed up by an expert support team, Chainstack’s dedicated Polygon RPC nodes are a go-to for request-intensive workloads on the Polygon network, including traders and plethora of different DeFi projects.

Chainstack dedicated Polygon RPC nodes

  • Unlimited requests, no daily limits
  • Rapid deployment through Bolt
  • Extended API namespaces: debug and txpool
  • GraphQL API for fast and resource-effective querying
  • Private hosting options available

Get started

Pay with crypto

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

Get started

Build on Polygon blockchain with us

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

Frequently Asked Questions
What is Polygon?

Polygon began as Plasma-based sidechains and evolved into a multi-chain ecosystem that now includes the PoS network and zkEVM and CDK stacks for zero-knowledge rollups.

How to get Polygon RPC endpoint?
Open a free Chainstack account, then access your console. Hit Add node, pick the Polygon network, and spin up your node with one click. Once it’s up, click Access & credentials and take your personal RPC endpoint into your dApp.
How to run a Polygon node?
Start a Global Node on Chainstack and you’re serving Polygon PoS RPC the same hour. Prefer isolation and higher rate limits? Spin up a Dedicated Node that only your apps touch. Going self-hosted forces you through Heimdall, Bor, sentry layers, and days of state syncs.
What is Polygon RPC API?

Polygon PoS delivers the full Ethereum JSON-RPC along with Bor-specific debug traces. It supports HTTP and WebSocket so high-throughput dApps can stream events in real time. Gas units returned by eth_gasPrice are denominated in MATIC and reflect the network’s low fees.

How much does it cost to run a Polygon RPC?

For Polygon PoS, full nodes hover around US $100 / month while archive nodes with Heimdall + Bor can double that. Network churn and dual-client upkeep add hidden labor costs. Most projects save money by sourcing Polygon RPC from Chainstack or another specialized provider.

Is Polygon RPC free?

Free community Polygon endpoints are available, but they lag or time out when network usage surges. Chainstack offers 3 million monthly Polygon requests on its free plan with built-in load balancing.

How to setup a Polygon RPC?

Copy your Polygon node URL from Chainstack Console. Paste it into Wallet Connect / MetaMask or set it as rpc_url in your backend to route all calls to Polygon through Chainstack.

Notes for Polygon API

When communicating with a Polygon RPC node, the Polygon client implements a JSON-RPC specification, a communication protocol allowing one to make remote calls and execute them as if they were made locally.

The Polygon API allows developers to communicate with the Polygon blockchain to build applications. The best way to use the Polygon API is to use a web3 library such as ethers.js if using JavaScript or web3.py using Python.