Docs

eth_feeHistory - Get historical gas prices

Get Centrifuge historical gas fees. Analyze fee trends.

Returns historical gas information for the Centrifuge network. This method is useful for gas price estimation and understanding network congestion patterns over time.

Implementation Example

Bash
curl -X POST https://api-centrifuge.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
  }'