# LensCrypt AI Market Overview

> LensCrypt AI Market Overview is a paid API for AI agents from lenscrypt.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 movements, and dominant narratives at a chosen detail level.

## Facts

- Endpoint: GET https://lenscrypt.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-0f2bc6b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oEVnCLpBztHhx0mSC9bt3

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-0f2bc6b8
```

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

## When to prefer this

Choose this endpoint when you need a fast, AI-synthesized narrative overview of the overall crypto market — especially BTC trend and altcoin sentiment — rather than raw price data or on-chain metrics for a specific token. Best for generating a human-readable market briefing rather than structured numerical data.

## Known failure modes

- Invalid detail value (not 'brief' or 'full') may return a 400 error or default behavior
- Payment failure via x402/USDC may return a 402 Payment Required response
- Upstream AI model (MiMo V2.5) unavailability may return 503 or error in analysis field
- Stale or delayed market data may result in outdated analysis without explicit error
- Rate limiting may occur under high load returning 429

## 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 structured JSON response containing an AI-generated market analysis string covering BTC price trend, altcoin behavior, and key market narratives, along with a timestamp and source label. The 'detail' parameter controls whether the output is a brief summary or a comprehensive deep-dive.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "detail": {
   "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-0f2bc6b8/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)
