v1

latestOpenAPI 3.1.02026-07-2612501.4 MB

eth_maxPriorityFeePerGas

Get the priority fee needed to be included in a block.

post/node/v1/avax/mainnet/{apiKey}/ext/bc/C/avax

Path parameters

apiKeystring required

please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>

Request body

idinteger required
jsonrpcstring required
methodstring required

Response

200

idinteger
jsonrpcstring
resultstring

result is hex value of the priority fee needed to be included in a block.

Example response

{
  "id": 1,
  "jsonrpc": "2.0"
}