Base Network Fee Tracker is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Tracks Base network gas fee trends over time, including average gas per block, cheapest hours, and L1 vs L2 fee comparisons to help time transactions optimally.
Track Base network fee trends over time — avg gas per block, cheapest hours, L1 vs L2 comparison. Useful for agents timing their transactions.
Returns Base network gas fee trend data including average gas per block over time, identified cheapest hours for transactions, and a comparison of L1 versus L2 fee costs to help agents choose optimal transaction timing.
POSThttps://httpay.xyz/api/fee-trackerUse this endpoint when an AI agent needs to optimize transaction timing on the Base L2 network by analyzing historical and recent gas fee patterns, particularly when cost-sensitive transactions should be scheduled during low-fee windows. Prefer this over a real-time gas price snapshot when trend analysis and cheapest-hour identification are needed.
{
"network": "base",
"timeRange": "24h"
}{
"meta": {
"x402": true,
"poweredBy": "Alfred Zhang 🫡"
},
"chain": "Base (EIP-155:8453)",
"summary": {
"baseVsEthereum": "Base is ~NaNx cheaper than Ethereum mainnet right now",
"dailyLowEstimate": "NaN gwei (04:00-07:00 UTC)",
"dailyHighEstimate": "NaN gwei (13:00-17:00 UTC)"
},
"timestamp": "2026-06-12T03:58:24.478Z",
"usefulFor": [
"MEV agents timing entries",
"batch tx scheduling",
"gas cost estimation"
],
"currentGas": {
"ethPriceUSD": 3200,
"activityLevel": "LOW",
"baseGasPriceGwei": "NaN",
"ethereumGasPriceGwei": "NaN"
},
"dataSources": [
"BaseScan API (live)",
"Etherscan API (live)",
"httpay.xyz fee model"
],
"currentBlock": {
"number": 0,
"gasUsed": 0,
"gasLimit": 30000000,
"baseFeeGwei": "NaN",
"utilizationPct": "0.0%"
},
"hourlyFeeModel": [
{
"hour": "00:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "01:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "02:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "03:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "04:00 UTC",
"activityLevel": "VERY_LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "05:00 UTC",
"activityLevel": "VERY_LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "06:00 UTC",
"activityLevel": "VERY_LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "07:00 UTC",
"activityLevel": "VERY_LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "08:00 UTC",
"activityLevel": "MEDIUM",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "09:00 UTC",
"activityLevel": "MEDIUM",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "10:00 UTC",
"activityLevel": "MEDIUM",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "11:00 UTC",
"activityLevel": "MEDIUM",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "12:00 UTC",
"activityLevel": "MEDIUM",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "13:00 UTC",
"activityLevel": "HIGH",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "14:00 UTC",
"activityLevel": "HIGH",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "15:00 UTC",
"activityLevel": "HIGH",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "16:00 UTC",
"activityLevel": "HIGH",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "17:00 UTC",
"activityLevel": "HIGH",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "18:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "19:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "20:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "21:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "22:00 UTC",
"activityLevel": "LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
},
{
"hour": "23:00 UTC",
"activityLevel": "VERY_LOW",
"estimatedGasGwei": "NaN",
"ethTransferCostUSD": "$NaN"
}
],
"recommendation": "✅ NOW is a good time to transact — fees are near daily lows",
"cheapestHoursUTC": [
"00:00 UTC",
"01:00 UTC",
"02:00 UTC"
],
"l1VsL2Comparison": [
{
"operation": "ETH Transfer",
"baseCostUSD": "$NaN",
"savingsVsL1": "∞x cheaper on Base",
"ethereumCostUSD": "$NaN"
},
{
"operation": "ERC-20 Transfer",
"baseCostUSD": "$NaN",
"savingsVsL1": "∞x cheaper on Base",
"ethereumCostUSD": "$NaN"
},
{
"operation": "DEX Swap",
"baseCostUSD": "$NaN",
"savingsVsL1": "∞x cheaper on Base",
"ethereumCostUSD": "$NaN"
},
{
"operation": "NFT Mint",
"baseCostUSD": "$NaN",
"savingsVsL1": "∞x cheaper on Base",
"ethereumCostUSD": "$NaN"
},
{
"operation": "Contract Deploy (simple)",
"baseCostUSD": "$NaN",
"savingsVsL1": "∞x cheaper on Base",
"ethereumCostUSD": "$NaN"
}
]
}{
"type": "json",
"example": {
"description": "Track Base network fee trends over time — avg gas per block, cheapest hours, L1 vs L2 comparison. Useful for agents timing their transactions."
}
}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"