Coinbase Wallet SDK
eth_gasPrice
Get the current gas price
Defined in the Ethereum JSON-RPC Specification
Returns the current price per gas in wei.
Parameters
This method does not accept any parameters.
Returns
A hexadecimal string representing the current gas price in wei.
Error Handling
Code | Message | Description |
---|---|---|
4100 | Requested method not supported | The method is not supported by the wallet |
The result is in wei. To convert to gwei, divide by 10^9.