API Reference

eth_maxPriorityFeePerGas - Merlin

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.

Parameters

none


Returns

QUANTITY - The estimated priority fee per gas.


Example

Request

curl --location 'https://merlin-mainnet.unifra.io/v1/{your-api-key}' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc":"2.0", "method":"eth_maxPriorityFeePerGas", "params":[], "id":1 } '

Result

{ "jsonrpc": "2.0", "id": 1, "result": "0x9da8d625" }
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to eth_maxPriorityFeePerGas
params
array of strings
params
int32
Defaults to 1
Responses

Language
Choose an example:
application/json