# RagRadar Gas Tracker — Multi-Chain Gas Price Lookup

> RagRadar Gas Tracker — Multi-Chain Gas Price Lookup 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).

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

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-multi-chain-gas-price-lookup-f5dc7b22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yo0xHurBfKhFDogyHmhZA

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-multi-chain-gas-price-lookup-f5dc7b22
```

Example prompt: What are the current gas fees on Base right now — is it a good time to make a transaction?

## When to prefer this

Use this endpoint when you need real-time gas prices specifically for Base, Arbitrum, or Solana — especially within a broader DeFi or on-chain analytics workflow where you're already using RagRadar's other intelligence endpoints. Prefer this over generic gas trackers when you need consistent multi-chain fee data integrated with smart money and whale alert context.

## Known failure modes

- Unsupported chain parameter returns error or empty response
- Chain network temporarily unavailable returns degraded data
- Rate limiting if called too frequently without payment
- Invalid chain name in URL path returns 400 or 404
- Stale data if underlying RPC provider is lagging

## 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 for the requested chain, including fee estimates (likely in gwei or lamports depending on chain), network status, and possibly slow/standard/fast tier breakdowns for transaction cost planning.

## 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-multi-chain-gas-price-lookup-f5dc7b22/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)
