Skip to content

eth_gasPrice

Returns the current gas price in wei. For EIP-1559 transactions, prefer eth_maxPriorityFeePerGas and eth_feeHistory instead.

None.

FieldTypeDescription
resultstringThe current gas price in wei as a hexadecimal string.
{
"jsonrpc": "2.0",
"method": "eth_gasPrice",
"params": [],
"id": 1
}
{
"jsonrpc": "2.0",
"id": 1,
"result": "0xfa"
}