Skip to main content
Returns the current gas price suggested for legacy (type 0x0) transactions.

Parameters

No parameters.

Returns

result
string
Current gas price in wei as a hexadecimal string.

Example

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