Gas Tracker

Get Gas Oracle

Returns the current Safe, Proposed and Fast gas prices.

https://api.ftmscan.com/api
   ?module=gastracker
   &action=gasoracle
   &apikey=YourApiKeyToken 

No parameters required.

Returns the historical daily average gas limit of the Fantom network.

 https://api.ftmscan.com/api
    ?module=stats
    &action=dailyavggaslimit
    &startdate=2021-02-01
    &enddate=2021-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Returns the total amount of gas used daily for transactions on the Fantom network.

 https://api.ftmscan.com/api
    ?module=stats
    &action=dailygasused
    &startdate=2021-02-01
    &enddate=2021-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Returns the daily average gas price used on the Fantom network.

 https://api.ftmscan.com/api
    ?module=stats
    &action=dailyavggasprice
    &startdate=2021-02-01
    &enddate=2021-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Last updated