eth_maxPriorityFeePerGas

Get the priority fee needed to be included in a block. The API credit value for this method is 1

  1. Parameters- This method does not accept any parameters

curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_maxPriorityFeePerGas","params":[],"id":1,"jsonrpc":"2.0"}'
  1. Returns

    result String- The hex value of the priority fee needed to be included in a block

Last updated