# LensCrypt AI Market Overview

> LensCrypt AI Market Overview is a paid API for AI agents from 67olens.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns an AI-generated crypto market overview covering BTC trend, altcoin performance, and current narratives at a chosen detail level

## Facts

- Endpoint: GET https://67olens.vercel.app/api/ai/market
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-ai-market-overview-88383781
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2XKRPaWMq2sSLHu8AutNO

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-ai-market-overview-88383781
```

Example prompt: Give me a full comprehensive crypto market analysis right now — I want to know the BTC trend, how altcoins are performing, and what narratives are driving the market.

## When to prefer this

Choose this endpoint when you need a fast, AI-synthesized narrative summary of the entire crypto market rather than raw price data or specific token metrics. It is especially useful for generating natural-language briefings, morning crypto reports, or decision-support context for traders. Prefer 'brief' for quick summaries in dashboards or alerts, and 'full' for deeper research or agent reasoning pipelines that need richer market context.

## Known failure modes

- Invalid 'detail' parameter value (not 'brief' or 'full') may result in default behavior or error
- Payment failure via x402/USDC may block access with 402 response
- Upstream AI model (MiMo V2.5) unavailability causing 503 or timeout
- Stale or delayed market data if underlying data sources lag
- Rate limiting if too many requests are made in quick succession

## 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 structured JSON object containing an AI-generated market analysis string covering BTC price trend, altcoin movements, and dominant crypto narratives, along with a source identifier and ISO timestamp of when the analysis was generated.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "detail": {
   "enum": [
    "brief",
    "full"
   ],
   "type": "string",
   "description": "Detail level: brief (summary) or full (comprehensive analysis)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "analysis"
 ],
 "properties": {
  "source": {
   "type": "string"
  },
  "analysis": {
   "type": "string",
   "description": "Market overview with BTC trend, altcoins, narratives"
  },
  "timestamp": {
   "type": "string",
   "format": "date-time"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-ai-market-overview-88383781/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens.vercel.app](https://www.zero.xyz/host/67olens.vercel.app/llms.txt)
