eth_gasPrice
Returns an estimate of the current price per gas in wei.
Last updated
Returns an estimate of the current price per gas in wei.
None
QUANTITY- Hexadecimal integer of the current gas price in wei.
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":73}'{
"id":73,
"jsonrpc": "2.0",
"result": "0x3b9aca07" // 1000000007 Wei
}Last updated