Skip to main content
Returns the current gas price in wei. For EIP-1559 transactions, use eth_maxPriorityFeePerGas and eth_feeHistory instead.

Parameters

No parameters.

Returns

result
string
The current gas price in wei as a hexadecimal string.

Example

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