eth_gasPrice

Returns the current gas price in wei. This is the price that transactions are currently paying to be included in blocks.

Parameters

Returns


Request

{
  "jsonrpc": "2.0",
  "method": "eth_gasPrice",
  "params": [],
  "id": 1
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x2540be400"
}

Last updated