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

eth_maxPriorityFeePerGas

POST https://mainnet.valuechain.xyz

Returns a suggested EIP-1559 priority fee per gas.

Parameters

None.

Result

Priority fee (quantity): Hex-encoded max priority fee per gas in wei.

Example

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0xf4240"
}

Code examples

cURL

JavaScript

Python

Last updated