Stats
Endpoints with are under the API Pro subscription. To upgrade your API plan, kindly visit PolygonScan API Pro.
Get Total Supply of POL on the Polygon POS Chain
Returns the current amount of POL in circulation.
https://api.polygonscan.com/api?
module=stats
&action=maticsupply
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
No parameters required.
Get POL Last Price
Returns the latest price of 1 POL.
https://api.polygonscan.com/api
?module=stats
&action=maticprice
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
No parameters required.
Get POL Historical Price 

Returns the historical price of 1 POL.
https://api.polygonscan.com/api
?module=stats
&action=ethdailyprice
&startdate=2021-08-01
&enddate=2021-08-31
&sort=asc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-08-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-08-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Get Daily Network Transaction Fee 

Returns the historical amount of transaction fees paid to validators per day.
https://api.polygonscan.com/api?
module=stats
&action=dailytxnfee
&startdate=2020-10-01
&enddate=2020-10-31
&sort=asc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2020-10-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2020-10-31
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Get Daily New Address Count 

Returns the historical number of new Polygon addresses created per day.
https://api.polygonscan.com/api
?module=stats
&action=dailynewaddress
&startdate=2020-10-01
&enddate=2020-10-31
&sort=asc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2020-10-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2020-10-31
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Get Daily Network Utilization 

Returns the daily average gas used over gas limit percentage.
https://api.polygonscan.com/api
?module=stats
&action=dailynetutilization
&startdate=2021-07-01
&enddate=2021-07-31
&sort=asc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-07-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-07-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Get Daily Transaction Count 

Returns the number of transactions performed on the Polygon POS Chain per day.
https://api.polygonscan.com/api
?module=stats
&action=dailytx
&startdate=2021-07-01
&enddate=2021-07-31
&sort=asc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2021-07-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2021-07-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Last updated