# 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).

Returns current gas prices and fee data for a specified blockchain network (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/gas/%7Bchain%7D
- 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-984c6df9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BzEffC1xtRm86KXdFvClH

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-984c6df9
```

Example prompt: What are the current gas fees on Base right now? I want to know if it's a good time to submit a transaction.

## When to prefer this

Use this endpoint when you need real-time gas price data for Base, Arbitrum, or Solana specifically from RagRadar's multi-chain analytics platform. Prefer this over generic block explorers when you want a unified API across those three chains and are already integrating with RagRadar's broader DeFi analytics suite.

## Known failure modes

- Invalid or unsupported chain name returns an error
- Payment not included or insufficient results in 402 Payment Required
- Chain parameter missing causes a bad request error
- Temporary network or provider outage may return 500 error
- Rate limiting if too many calls made in rapid succession

## How this service works

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

## Output

Returns a JSON object with status ok and current gas fee data for the requested blockchain chain, including fee estimates useful for timing on-chain transactions.

## 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-984c6df9/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)
