eth_gasPrice
Returns the current gas price in wei.
Parameters
Returns
Example
Request
curl -X POST https://testnet.1money.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "eth_gasPrice", "params": [], "id": 1}'Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x88cc126e7"
}Last updated