/ DEVELOPERS / API / ETH_GASPRICE

eth_gasPrice

Returns the suggested legacy gas price (head base fee + 1 Gwei tip). Wallets that don't speak EIP-1559 can use this directly.

eth_gasPrice

Returns the suggested legacy gas price (head base fee + 1 Gwei tip). Wallets that don't speak EIP-1559 can use this directly.

eth_*category: gasreturns: hex Wei
Share link

Parameters

No parameters.

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":1}'