# RagRadar Gas Tracker

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

Fetches current gas prices across multi-chain networks (Base, Arbitrum, Solana) for on-chain transaction planning

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-326af589
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8rAGfz66mZV0VxQxKAWmT

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-326af589
```

Example prompt: What are the current gas fees on Base and Arbitrum right now? I want to know if it's cheap enough to execute a DeFi swap.

## When to prefer this

Use this endpoint when an agent needs real-time gas fee data across Base, Arbitrum, or Solana before executing or recommending on-chain transactions. Prefer over generic gas oracles when multi-chain comparison is needed or when already using RagRadar's broader on-chain intelligence suite.

## Known failure modes

- Network RPC unavailability returns degraded or stale data
- Payment not included or insufficient returns HTTP 402
- Chain-specific outages may return partial results for some networks
- Invalid or unsupported chain parameter returns error status

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns current gas price data including fee estimates across supported chains (Base, Arbitrum, Solana), enabling agents to assess transaction costs before submitting on-chain operations.

## Example request

```json
{
 "properties": "base"
}
```

## 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-326af589/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
