eth_gasPrice return values #3472
-
Hi, I have a couple of questions regarding eth_gasPrice.
Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It gives: last block base fee + avg priority fee (while querying alchemy node it seemed to be
It gives a value suggested by the gas price oracle in the node. A standard eth node has a gas price oracle which is exposed over RPC under
|
Beta Was this translation helpful? Give feedback.
It gives: last block base fee + avg priority fee (while querying alchemy node it seemed to be
0.15930 gwei
on mainnet, but avg priority fees on a etherscan chart say it's around 1-2 gwei usually).It gives a value suggested by the gas price oracle in the node. A standard eth node has a gas price oracle which is exposed over RPC under
eth
namespace. From geth docs: