Returns the current Slow, Normal and Fast gas prices.
https://api.main.atgraphite.com/api
?module=gastracker
&action=gasoracle
&apikey=YourApiKeyToken
{
"status": "1",
"message": "OK",
"result": {
"gasPrices": {
"fast": "5305908822",
"normal": "3686535382",
"slow": "3267933483"
},
"lastBlock": "20670327"
}
}