API Referenceeth_maxPriorityFeePerGasVersion: Nexteth_maxPriorityFeePerGasReturns the current maxPriorityFeePerGas per gas in wei.Parameters (by position)This method does not accept any parameters.ResultMax priority fee per gas stringMax priority fee per gasMatch pattern: ^0x(0|[1-9a-f][0-9a-f]*)$Exampleseth_maxPriorityFeePerGas exampleRequest{ "params": []}Response"0x773c23ba"RequestCopy ▾Server URL:Send{ "jsonrpc": "2.0", "method": "eth_maxPriorityFeePerGas", "params": [], "id": 1 }