eth_feeHistory - Get historical gas prices
Get NeuroWeb historical gas fees. Analyze fee trends.
Returns historical gas information for the Neuroweb network. This method is useful for gas price estimation and understanding network congestion patterns over time.
Implementation Example
curl -X POST https://api-neuroweb.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_feeHistory",
"params": ["0x4", "latest", [25, 50, 75]],
"id": 1
}'