# RagRadar Gas Tracker

> RagRadar Gas Tracker is a paid API for AI agents from ragradar.space, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Fetches current gas prices across supported blockchain networks (Base, Arbitrum, Solana) for transaction cost estimation

## Facts

- Endpoint: GET https://ragradar.space/api/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/ragradar-gas-tracker-d58ecab2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pJoG1byrFgUsWtZcdYeLT

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 ragradar-gas-tracker-d58ecab2
```

Example prompt: What are the current gas prices on Base and Arbitrum right now? I want to know if it's cheap enough to send a transaction.

## When to prefer this

Choose this endpoint when you need real-time gas fee data across Base, Arbitrum, or Solana for DeFi transaction planning, cost estimation, or gas spike monitoring. Prefer over generic Ethereum mainnet gas trackers when your user is operating on L2 or Solana ecosystems.

## Known failure modes

- Network or node unavailability returns error status
- Payment required (402) if x402 micropayment not included
- Rate limiting if called too frequently
- Chain-specific outages may return partial or stale data

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object with status 'ok' and current gas price data including fee estimates for supported chains (Base, Arbitrum, Solana), enabling the agent to advise on transaction cost and timing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

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