Skip to main content
Defined in the Ethereum JSON-RPC Specification
Returns the current price per gas in wei.

Parameters

This method does not accept any parameters.

Returns

string
A hexadecimal string representing the current gas price in wei.

Error Handling

The result is in wei. To convert to gwei, divide by 10^9.