For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eth_maxPriorityFeePerGas

Get recommended maxPriorityFeePerGas value

post

Sends a JSON-RPC request to retrieve the recommended maxPriorityFeePerGas for transactions. This value represents the suggested tip to miners in wei (hex encoded) and is used to prioritize your transaction.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_maxPriorityFeePerGas
idintegerRequiredExample: 1
Responses
200

Returns the suggested maxPriorityFeePerGas value

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultstring · hexOptional

Suggested maxPriorityFeePerGas value in wei (hex encoded)

post/
200

Returns the suggested maxPriorityFeePerGas value

Last updated