Gas Tracker
Last updated
Last updated
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the PolygonScan APIs page.
Returns the current Safe, Proposed and Fast gas prices.
Post EIP-1559 🔥 changes :
Safe/Proposed/Fast gas price recommendations are now modeled as Priority Fees.
New field suggestBaseFee
, the baseFee of the next pending block
New field gasUsedRatio
, to estimate how busy the network is
Learn more about the gas changes in EIP-1559.
Try this endpoint in your browser 🔗
No parameters required.
Returns the historical daily average gas limit of the Polygon network.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startdate | the starting date in |
enddate | the ending date in |
sort | the sorting preference, use |
Returns the total amount of gas used daily for transactions on the Polygon network.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startdate | the starting date in |
enddate | the ending date in |
sort | the sorting preference, use |
Returns the daily average gas price used on the Polygon network.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startdate | the starting date in |
enddate | the ending date in |
sort | the sorting preference, use |