eth_baseFee RPC Method
To use the eth_baseFee 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
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_baseFee",6"params": [],7"id": 18}'
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_baseFee",6"params": [],7"id": 18}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x5d21dba00"5}
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x5d21dba00"5}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free