Gas Tracker

Get Gas Oracle

Returns the current Slow, Normal and Fast gas prices.

Sample request

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

Sample response

{
    "status": "1",
    "message": "OK",
    "result": {
        "gasPrices": {
            "fast": "5305908822",
            "normal": "3686535382",
            "slow": "3267933483"
        },
        "lastBlock": "20670327"
    }
}

Last updated