Skip to main content

eth_maxPriorityFeePerGas | Fantom Method

POST 

https://fantom.callstaticrpc.com/:apiKey

Returns a fee per gas that is an estimate of how much you can pay as a priority fee, or 'tip', to get a transaction included in the current block.

Request

Responses

Returns the estimated priority fee per gas.
curl -L 'https://fantom.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_maxPriorityFeePerGas"
}'
Request Collapse all
Base URL
https://fantom.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_maxPriorityFeePerGas"
}
ResponseClear

Click the Send API Request button above and see the response here!