API Referenceeth_gasPriceeth_gasPriceReturns the current price per gas in wei.Parameters (by position)This method does not accept any parameters.ResultGas price stringGas priceMatch pattern: ^0x(0|[1-9a-f][0-9a-f]*)$Exampleseth_gasPrice exampleRequest{ "params": []}Response"0x3e8"RequestCopy ▾Server URL:Send{ "jsonrpc": "2.0", "method": "eth_gasPrice", "params": [], "id": 1 }