# LensCrypt Gas Tracker

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

Returns current blockchain gas prices and fee estimates across networks

## Facts

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

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-89ec5665
```

Example prompt: What are the current gas fees right now — I want to know if it's a cheap time to send a transaction on Ethereum?

## When to prefer this

Choose this endpoint when you need quick, real-time gas fee data to decide whether to execute an on-chain transaction, time a swap optimally, or estimate costs for a DeFi operation. Part of LensCrypt's broader crypto intelligence suite, making it a natural fit if already using other LensCrypt endpoints.

## Known failure modes

- Network or RPC outage causes stale or unavailable gas data, returning error or degraded response
- Payment not received via x402 protocol resulting in 402 Payment Required response
- Rate limit exceeded returning 429 error
- Upstream gas oracle unavailable returning 503

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

A JSON response containing current gas price data including fast, standard, and slow fee tiers in gwei or native units, along with estimated transaction costs and network status.

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