Eth gasPrice

Returns the current gas price in the default EVM denomination parameter.

post

eth_gasPrice

Responses
curl -L \
  --request POST \
  --url 'eth_gasPrice'
{
  "id": 1,
  "jsonrpc": "text",
  "result": "text"
}