eth_maxPriorityFeePerGas | Fantom Method
POSThttps://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
- 200
Returns the estimated priority fee per gas.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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"
}'
ResponseClear