# LensCrypt AI Market Overview

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

Returns an AI-generated crypto market overview covering BTC trends, altcoin performance, and emerging narratives

## Facts

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

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-7cc3c32d
```

Example prompt: Give me a full comprehensive AI-powered analysis of the current crypto market — BTC trend, altcoin movements, and any major narratives — using LensCrypt's market intelligence endpoint.

## When to prefer this

Choose this endpoint when you need a high-level, AI-synthesized narrative overview of the crypto market rather than raw price data or specific token metrics. Best for generating human-readable market summaries, briefings, or situation reports. Prefer the 'full' detail level for in-depth analysis and 'brief' for quick status checks. Use over generic news APIs when you need crypto-specific intelligence with DeFi and narrative context.

## Known failure modes

- Missing or invalid detail parameter may default to brief mode
- Payment failure via x402 protocol returns 402 with payment requirements
- Upstream AI model (MiMo V2.5) unavailable returns 5xx error
- Rate limiting if too many requests in quick succession
- Stale data if underlying market feeds are delayed

## 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 Bitcoin trends, altcoin activity, and current market narratives, along with a source label and ISO timestamp indicating when the analysis was generated.

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