# LensCrypt Gas Tracker

> LensCrypt Gas Tracker is a paid API for AI agents from lemscrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches current gas prices and fee estimates across blockchain networks

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/gas
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-gas-tracker-9cd0e67b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l9SKu2XCje9ZpE0_DqO1k

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-9cd0e67b
```

Example prompt: What are the current gas prices on Ethereum right now — give me the slow, standard, and fast fee estimates in gwei so I can decide when to submit my transaction.

## When to prefer this

Choose this endpoint when you need real-time gas fee estimates as part of a larger crypto workflow — especially if you are already using LensCrypt for wallet analytics, DeFi, or token safety checks and want a unified paid API surface. The $0.05 per-call pricing via x402 on Base suits automated agent pipelines that check gas programmatically before executing transactions.

## Known failure modes

- Network congestion may cause stale or delayed readings
- Payment via x402/USDC on Base may fail if wallet is underfunded
- API may return generic {status: ok} response with minimal data due to schema sparseness
- Upstream node or oracle outage may produce errors
- Rate limiting if payment not correctly attached

## 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 current gas fee data including slow, standard, and fast price estimates (typically in gwei or wei), base fee, and network status, allowing agents to assess transaction cost viability before executing on-chain operations.

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