# BaseBrain AI Gas Tracker

> BaseBrain AI Gas Tracker is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Retrieves current blockchain gas price estimates and tracking data for Ethereum or compatible networks

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/gas-tracker
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-gas-tracker-a75630c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3krFwdjDXdIOB6qGwsj5j

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 basebrain-ai-gas-tracker-a75630c4 -d '<json body>'
```

Example prompt: What are the current Ethereum gas prices? I want to know if it's a good time to send a transaction right now.

## When to prefer this

Choose this endpoint when you need a quick, paid-per-call gas price lookup without managing your own RPC node or subscribing to a dedicated gas API. Useful for lightweight agent workflows that occasionally need gas data without long-term API key commitments. The x402 micropayment model ($0.09 USDC) makes it suitable for on-demand, low-frequency gas checks.

## Known failure modes

- Upstream gas price API unavailable — returns generic error or empty result
- Network not specified or unsupported — may return null or default chain data
- Rate limiting or payment failure — 402 response if USDC payment not properly attached
- Malformed response if underlying data provider is down

## How this service works

Generated by create next app

## Output

Returns a result object containing current gas price data, likely including estimated gas prices in gwei (e.g. slow, standard, fast tiers) for Ethereum or a compatible network, enabling cost estimation before submitting blockchain transactions.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebrain-ai-gas-tracker-a75630c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
