eth_gasPrice

Returns the current gas price in wei.

Parametersarrow-up-right

None

Return Typearrow-up-right

HexString<Integer> - Current gas price in wei.

Examplearrow-up-right

TypeScript

await provider.request({
  method: "eth_gasPrice",
  params: [],
});
// "0x12a05f200"

Last updated

Was this helpful?