# Freysa Intelligence - Base Network Gas Price Lookup

> Freysa Intelligence - Base Network Gas Price Lookup is a paid API for AI agents from economic-agent-369.freysa.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns current gas prices on the Base (Ethereum L2) network in gwei, including base fee, fast, standard, and slow estimates.

## Facts

- Endpoint: POST https://economic-agent-369.freysa.dev/api/eth-gas
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freysa-intelligence-base-network-gas-price-lookup-c9a2a150
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GlcHP8O2enBah-l-EeF5I

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability freysa-intelligence-base-network-gas-price-lookup-c9a2a150 -d '<json body>'
```

Example prompt: What are the current gas prices on Base right now — give me the base fee plus fast, standard, and slow estimates in gwei?

## When to prefer this

Choose this endpoint when you specifically need gas price data for the Base (Coinbase L2) network. If you need to compare gas across multiple EVM chains, use the sibling 'cheapest EVM chain' endpoint instead. Best for agents that need to gate transaction execution on real-time Base gas conditions.

## Known failure modes

- Network unavailability of Base RPC nodes may cause stale or missing data
- Payment failure (HTTP 402) if USDC balance is insufficient
- Timeout if the underlying gas oracle is slow to respond
- Malformed response if Base network is undergoing congestion or an upgrade

## How this service works

Get current gas prices on Base network in gwei. Returns base fee, fast, standard, slow estimates.

## Output

Returns current gas price estimates for the Base network in gwei, including the base fee and three speed-tier estimates: fast, standard, and slow. Useful for deciding when and how to submit transactions on Base.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-base-network-gas-price-lookup-c9a2a150/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from economic-agent-369.freysa.dev](https://www.zero.xyz/host/economic-agent-369.freysa.dev/llms.txt)
