/ DEVELOPERS / API / ETH_MAXPRIORITYFEEPERGAS
eth_maxPriorityFeePerGas
Returns the suggested miner-tip portion for EIP-1559 transactions (default 1 Gwei).
eth_maxPriorityFeePerGas
Returns the suggested miner-tip portion for EIP-1559 transactions (default 1 Gwei).
eth_*category: gasreturns: hex Wei
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_maxPriorityFeePerGas","params":[],"id":1}'