# LensCrypt AI Market Intelligence Endpoint

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

Returns an AI-generated crypto market overview covering BTC trend, altcoin movements, and current narratives, with configurable detail level.

## Facts

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

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-intelligence-endpoint-612779fe
```

Example prompt: Give me a full comprehensive AI analysis of the current crypto market — BTC trend, what altcoins are doing, and the major narratives right now.

## When to prefer this

Choose this endpoint when you need a fast, AI-synthesized natural-language overview of the entire crypto market — BTC trend, altcoins, and narratives — rather than raw price data or on-chain metrics. Ideal for agents building briefings, newsletters, or dashboard summaries. Prefer over raw data endpoints when the consumer needs readable insight rather than structured numbers.

## Known failure modes

- Missing or invalid 'detail' parameter may return a default response or error
- Payment failure via x402/USDC may block access with a 402 Payment Required response
- AI model (MiMo V2.5) may return stale or low-confidence analysis during low-liquidity market periods
- Network or Vercel hosting issues may cause timeouts or 503 errors
- Response may lack granularity for very fast-moving market conditions due to AI generation latency

## 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 object containing an AI-generated textual market analysis (covering BTC trend, altcoin activity, and current narratives), plus a source label and ISO timestamp. The analysis depth depends on the 'detail' parameter: 'brief' returns a concise summary, 'full' returns a comprehensive breakdown.

## 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-intelligence-endpoint-612779fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
