# LensCrypt Gas Tracker — Chain Gas Price Lookup

> LensCrypt Gas Tracker — Chain Gas Price Lookup is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-10).

Returns current gas prices and fee estimates for a specified blockchain network

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/gas/%7Bchain%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-gas-tracker-live-gas-prices-by-chain-d1b7d543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bmMWrQ6HKmL4TSXWxiOzF

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 lenscrypt-gas-tracker-live-gas-prices-by-chain-d1b7d543
```

Example prompt: What are the current gas prices on Ethereum right now? I want to know if it's cheap enough to submit my transaction.

## When to prefer this

Use this endpoint when you need real-time gas fee data for a specific blockchain and are already using the LensCrypt API suite for other crypto intelligence. At $0.05 USDC per call via the x402 payment protocol on Base, it is best suited for agents that need on-demand gas checks rather than continuous high-frequency polling.

## Known failure modes

- Unsupported or unrecognized chain identifier returns an error
- Network congestion or upstream RPC failure may return stale or unavailable data
- Payment failure via x402 protocol results in 402 response before data is returned
- Malformed chain parameter returns 400-level error

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with current gas price data for the specified chain, including fee estimates (likely slow/standard/fast tiers) and network status. Example response shape: {status: 'ok', ...gas data}.

## 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/lenscrypt-gas-tracker-live-gas-prices-by-chain-d1b7d543/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
