Defined in the Ethereum JSON-RPC SpecificationDocumentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-discv5-p2p-protocol-id.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.