Skip to main content
POST
eth_maxPriorityFeePerGas
Arc API method that returns the current maximum priority fee per gas. This is the fee tip that goes to validators on top of the base fee.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

None.

Response

  • result — the current max priority fee per gas encoded as hexadecimal (in wei)

eth_maxPriorityFeePerGas code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_maxPriorityFeePerGas
params
array

Response

200 - application/json

Returns the result of eth_maxPriorityFeePerGas.

jsonrpc
string
id
integer
result
string
Last modified on August 3, 2026