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