Reference

RPC endpoints

This guide provides an index of network details for the Polygon Amoy testnet and Polygon PoS mainnet, including their associated RPC and node endpoints.

This guide provides an index of network details for the Polygon Amoy testnet and Polygon PoS mainnet, including their associated RPC and node endpoints.

Network details

Amoy

The Amoy testnet serves as a replica of the Polygon mainnet and is primarily used for testing. Obtain testnet tokens from the faucet. Note that these test tokens hold no real-world value.

PropertiesNetwork details
Network nameAmoy
Parent chainSepolia
Chain ID80002
Gas tokenPOL
Gas stationAMOY gas station
RPC endpointhttps://rpc-amoy.polygon.technology/
Node endpointwss://rpc-amoy.polygon.technology/
Heimdall APIhttps://heimdall-api-amoy.polygon.technology
Block Explorerhttps://amoy.polygonscan.com/

Additional information

For more details, refer to this JSON data.

Mainnet

The native token for the Polygon PoS mainnet is MATIC, which is used for transaction fees.

PropertiesNetwork details
Network namePolygon
Parent chainEthereum
Chain ID137
Gas tokenPOL
Gas stationPolygonScan Gas Tracker
RPC endpointhttps://polygon-rpc.com/
Node endpointwss://rpc-mainnet.matic.network
Heimdall APIhttps://heimdall-api.polygon.technology
Block explorerhttps://polygonscan.com/

Additional information

For more details, refer to the JSON data.

RPC API methods

Developers can interact with on-chain data and execute various types of transactions using network endpoints. These APIs adhere to the JSON-RPC standard, a stateless, lightweight remote procedure call (RPC) protocol.

Getting started with RPC calls

For a comprehensive list of API documentation, visit your RPC provider’s documentation.

To explore API requests without any setup, fix failing requests, or discover new methods on the Polygon network, try the Composer App.

Infrastructure providers

Public RPCs may have rate limits or traffic restrictions. For dedicated free RPC URLs, consider the following providers:

For a complete list of public endpoints, visit Alchemy's Chain Connect and Chainlist.

Edit on GitHub

Last updated on