PolygonScan
Amoy PolygonScan
Amoy PolygonScan
  • Amoy PolygonScan
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • Visit Amoy PolygonScan
Powered by GitBook
On this page
  • Get Total Supply of POL on the Polygon POS Chain
  • Get POL Last Price
  1. API Endpoints

Stats

PreviousTokens

Last updated 8 months ago

Get Total Supply of POL on the Polygon POS Chain

Returns the current amount of POL in circulation.

https://api-amoy.polygonscan.com/api?
   module=stats
   &action=maticsupply
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":"172896060499000000000000000"
}

Tip : The result is returned in

Easily convert POL units using our

Get POL Last Price

Returns the latest price of 1 POL.

https://api-amoy.polygonscan.com/api
   ?module=stats
   &action=maticprice
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":{
      "maticbtc":"0.00002214",
      "maticbtc_timestamp":"1634231791",
      "maticusd":"1.265",
      "maticusd_timestamp":"1634231803"
   }
}

Tip : The timestamps are represented in

🎯
🔗
📖
🔗
⏳
browser
wei.
unit converter.
browser
Unix timestamp.