Polygon PoS Blockchain API

Polygon Scan API – Free Access to Polygon Blockchain Data

Our services are crafted to enhance your digital presence, engage your audience, and deliver impactful results. Here’s how we can assist you.

Polygon Scan API Key

Get a free Polygon Scan API key in minutes. Access up to 100,000 API calls per day with 5 requests per second on the free tier.

API Endpoints Reference

Complete REST endpoint documentation covering accounts, contracts, transactions, blocks, gas tracker, tokens, and event logs for Polygon PoS.

Polygon PoS API

Access the Polygon Proof of Stake chain — Chain ID 137, 2-second block times, sub-cent fees, and full EVM compatibility on both mainnet and Amoy testnet.

Why Use PolygonScanAPI

The Developer-First Polygon Blockchain API

PolygonScanAPI provides reliable, real-time access to Polygon PoS blockchain data for developers worldwide.

“The platform is user-friendly and has improved our response times significantly. Our team and customers are happier than ever.�?

James Wilson
�?IT Support Specialist

Transaction & Account API

Query full transaction histories, internal calls, token transfers, and wallet balances for any address on the Polygon PoS network. Supports ERC-20, ERC-721, and ERC-1155 token standards.

Smart Contract & Token API

Fetch smart contract ABIs, verified source code, and ERC-20/ERC-721/ERC-1155 token transfer histories. Programmatically verify contracts and query token metadata for any asset on Polygon PoS.

Our Services

Elevating your brand to new heights in the digital landscape.

Elevating your brand to new heights in the digital landscape with innovative strategies, data-driven insights, and impactful campaigns that deliver measurable results.

Content creation

Engaging visuals and persuasive copy that capture your audience's attention.

Community management

Fostering genuine connections with your online community.

Social strategy

Harness the power of influencers for genuine and effective promotion.

Influencer partnerships

Utilize the influence of authentic promoters to enhance your brand’s reach.

Analytics & reporting

Assess your achievements through comprehensive data analysis.

Video marketing

Harness the power of video to drive engagement and convey valuable information.

Let's get started

Don't get left behind

Start with a free API key and scale to Pro as your Polygon application grows.

Help Center

Got a question? Get your answers

Quick answers to questions you may have. Can’t find what you’re looking for? Check out our full documentation.

The Polygon Scan API is a REST API providing programmatic access to Polygon PoS blockchain data — transactions, account balances, smart contract ABIs, token transfers, event logs, gas prices, and network statistics. All endpoints accept GET/POST requests and return JSON.

Yes. The free plan provides up to 100,000 API calls per day with a 5 requests-per-second rate limit. No credit card is required. Paid plans offer higher throughput and access to PRO endpoints for production-scale applications.

The API covers eight modules: account (balances, transactions, token transfers), contract (ABI, source code, verification), transaction (status, receipts), block (rewards, timestamps), logs (event filtering), token (ERC-20 info), stats (POL supply and price), and gastracker (gas oracle).

When you exceed 5 requests per second, the API returns HTTP 429. Implement exponential back-off: wait 1 second then retry; if still rate-limited wait 2 seconds, then 4 seconds. Use batch endpoints like balancemulti to reduce total call count and cache static data client-side.

Yes. Use api-amoy.polygonscan.com as the base URL with the same endpoint structure and your existing API key. The Amoy testnet (Chain ID 80002) replaced the Mumbai testnet in 2024 and is the recommended Polygon PoS development and testing environment.