Skip to main content

eth_maxPriorityFeePerGas RPC Method

Loading...

Updated on
Dec 04, 2024

eth_maxPriorityFeePerGas RPC Method

To use the eth_maxPriorityFeePerGas method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

This method does not accept any parameters

Returns

result
string
Loading...
Request
1
curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc": "2.0",
5
"method": "eth_maxPriorityFeePerGas",
6
"params": [],
7
"id": 1
8
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free