eth_gasPrice - DogeOSpost https://dogeos-testnet.unifra.io/v1/{your-api-key}/eth_gasPriceReturns the current price per gas in wei.Returns the current price per gas in wei. PARAMETERS None REQUEST JSON{ "jsonrpc":"2.0", "method":"eth_gasPrice", "params":[], "id":0 } RESPONSE Result - An integer of the current gas price in wei. JSON{ "jsonrpc": "2.0", "id": 0, "result": "0xef426c" }