Chain Fee History — Gas Fee Analysis API is a paid API for AI agents from store.agentexchange.work, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).
Returns recent gas fee statistics (base fee, priority fee, trend, and recommended max fees) for a specified EVM-compatible blockchain by sampling recent blocks.
Live data APIs for AI agents and analysts. Buy an all-access API key for $29/month with a credit card, or pay per call in USDC. No sales call.
Returns a JSON object with: the sampled chain name, number of blocks sampled, fee trend label (e.g. 'flat', 'rising', 'falling'), percent change over the sample window, recommended max_fee_per_gas and max_priority_fee_per_gas in gwei, base fee statistics (min, max, mean, current in gwei), and priority fee percentiles (p10, p50, p90 in gwei).
GEThttps://store.agentexchange.work/chain/fee-historyChoose this endpoint when an agent needs real-time gas fee intelligence for EVM chains — specifically when you need not just a spot price but a trend, percentile breakdown, and ready-to-use recommended fee values. Prefer this over raw RPC calls (eth_gasPrice, eth_feeHistory) when you want the analysis pre-computed and normalized. Especially useful for DeFi automation agents, transaction cost estimation, and multi-chain fee routing decisions.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"chain": "base",
"trend": "flat",
"blocks": 20,
"change_pct": -1.2,
"recommended": {
"max_fee_per_gas_gwei": 0.0112,
"max_priority_fee_per_gas_gwei": 0.0012
},
"base_fee_gwei": {
"max": 0.009,
"min": 0.004,
"mean": 0.005,
"current": 0.005
},
"priority_fee_gwei": {
"p10": 0.001,
"p50": 0.0012,
"p90": 0.005
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"