Returns the current gas price in wei.
Parametersarrow-up-right
None
Return Typearrow-up-right
HexString<Integer> - Current gas price in wei.
HexString<Integer>
Examplearrow-up-right
TypeScript
await provider.request({ method: "eth_gasPrice", params: [], }); // "0x12a05f200"
Last updated 1 year ago
Was this helpful?