API Referenceeth_baseFeeVersion: Nexteth_baseFeeReturns the base fee per gas of the next block in wei.Parameters (by position)This method does not accept any parameters.ResultBase fee stringBase feeMatch pattern: ^0x(0|[1-9a-f][0-9a-f]*)$Exampleseth_baseFee exampleRequest{ "params": []}Response"0x3b9aca00"RequestCopy ▾Server URL:Send{ "jsonrpc": "2.0", "method": "eth_baseFee", "params": [], "id": 1 }