This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[Gas] eth_gasPrice
Returns a recommended gasPrice for a new transaction.
- Before Magma, returns the fixed UnitPrice
- After Magma, returns the twice of next baseFee (2*baseFee)
- After Kaia, returns slightly buffered baseFee plus recommended tip (BaseFee * (1.10 or 1.15) + eth_maxPriorityFeePerGas)
JSONRPC: eth_gasPrice
Request
Responses
- 200
Recommended gas price in kei.