Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
Polygon Amoy Testnet
Connect to Polygon Amoy testnet with BoltRPC's reliable RPC endpoint. Free 2-week trial, no credit card required.
Latency
Trusted by
Add this endpoint to your application to start making requests.
https://eu.endpoints.matrixed.link/rpc/polygon-amoy?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/polygon-amoy?auth=YOUR_KEY
Replace YOUR_KEY with your API key.
Get a free key →
Choose your preferred library and start building.
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider(
"https://eu.endpoints.matrixed.link/rpc/polygon-amoy?auth=YOUR_KEY"
); BoltRPC's Polygon Amoy endpoint uses the same format, the same API key, and the same infrastructure quality as the Polygon mainnet endpoint. Switching from testnet to mainnet means changing one line in your configuration. No separate accounts, no different auth patterns, no surprises.
Polygon Amoy replaced Mumbai as the official Polygon testnet in 2024. Public testnet RPCs are notoriously unreliable: rate limits, resets, downtime during congestion. BoltRPC provides consistent testnet access for workflows that cannot afford a flaky connection.
A flaky testnet endpoint breaks automated testing and deployment pipelines. BoltRPC gives your Amoy workflows the same stability as your mainnet setup. Integration tests that depend on RPC connectivity should not fail because the public testnet endpoint is congested.
Polygon Amoy mirrors Polygon PoS exactly. Code that works on Amoy deploys to mainnet without changes.
Subscribe to Amoy events via WebSocket. Useful for integration tests that need to react to transaction events in real time rather than polling.
BoltRPC covers both Polygon mainnet and Amoy testnet. One account, one API key, consistent infrastructure from development through production.
Full Polygon JSON-RPC specification support.
eth_call eth_sendRawTransaction eth_getBalance eth_blockNumber eth_getTransactionReceipt Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.