⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

eth_feeHistory

Returns fee history for a range of blocks.

Parameters

See Ethereum JSON-RPC spec for parameters of eth_feeHistory.

Examples

curl -X POST https://api-chiliz-mainnet-archive.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_feeHistory",
"params": [
"0x10",
"latest",
[25, 50, 75]
],
"id": 1
}'

Response

Returns fee history with base fee and priority fee percentiles. Common error responses:

  • {"code": -32700, "message": "Parse error"} - Invalid JSON
  • {"code": -32602, "message": "Invalid params"} - Invalid parameters
  • {"code": -32603, "message": "Internal error"} - Server error