New

Solana Beta is now live on every BoltRPC trial.

polygon live
Polygon

Polygon

Connect to Polygon Mainnet with BoltRPC's Polygon RPC endpoint. Flat-rate pricing from $49/mo. Free 2-week trial, no credit card required.

chain id · 137 json-rpc 2.0 websocket

latency

In production at
Chainlink Enjin Tiingo Gains Network

Quick connect

Your endpoint, ready in one line.

Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.

HTTPS
https://eu.endpoints.matrixed.link/rpc/polygon?auth=YOUR_API_KEY
WebSocket
wss://eu.endpoints.matrixed.link/ws/polygon?auth=YOUR_API_KEY

Replace YOUR_API_KEY with your API key. Get a free key →

Connect

Pick your stack.

Copy-paste examples for the libraries you already use. Swap the API key, hit run.

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider(
  "https://eu.endpoints.matrixed.link/rpc/polygon?auth=YOUR_API_KEY"
);

const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);

Why BoltRPC

Built for teams that ship on Polygon.

DeFi bot economics work differently at flat pricing

Polygon DeFi bots often make hundreds of RPC calls per minute: polling prices, checking liquidity, monitoring positions. On compute-weighted billing, eth_getLogs and eth_call accumulate cost fast at that frequency. BoltRPC's flat monthly rate means bot operators pay for capacity, not per-method complexity. Your monthly bill is predictable regardless of your call mix.

High-frequency chain, high RPC demands

Polygon processes millions of transactions per day with 2-second block times. At that volume, public Polygon RPCs hit rate limits and drop connections under load. Production applications need a dedicated provider.

Consistent response times under load

BoltRPC delivers consistent response times regardless of Polygon network congestion. No degradation during peak periods.

Full EVM compatibility for quick migration

Polygon is EVM-compatible. Any Ethereum contract deploys to Polygon without modification. Switch the RPC endpoint and update the Chain ID.

WebSocket for event-driven DeFi

Subscribe to DEX events, liquidation triggers, and oracle updates via WebSocket. Event-driven architecture reduces unnecessary polling and RPC usage.

Testnet coverage included

BoltRPC also supports Polygon Amoy testnet, Polygon's current testnet. One provider covers your full development and production workflow.

Methods

Full JSON-RPC coverage.

Every standard Polygon method you'd expect. Archive-only methods are available on request for qualifying plans.

standard

5
eth_call eth_getLogs eth_sendRawTransaction eth_getTransactionReceipt eth_getBalance

FAQ

Polygon, explained.

Common questions about connecting to Polygon over BoltRPC.

Get started

Pick a chain. Point your client.

One endpoint format, 20+ networks, no SDK. Drop our URL into the client you already use and your integration is done.

https://eu.endpoints.matrixed.link/rpc/ {chain} ?auth= YOUR_API_KEY

No credit card required. · 14-day trial on any tier.