# LensCrypt Market Pulse

> LensCrypt Market Pulse 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 a real-time snapshot of overall crypto market conditions, sentiment, and key macro signals across DeFi and on-chain activity.

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/market/pulse
- 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-market-pulse-2dc0d78e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lc5IdrPCEK508ThprPQr9

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-market-pulse-2dc0d78e
```

Example prompt: Give me a real-time pulse on the overall crypto market right now — macro sentiment, DeFi conditions, and any notable on-chain signals.

## When to prefer this

Use this endpoint when you need a high-level, real-time overview of the entire crypto market in one call rather than querying individual token, wallet, or protocol endpoints separately. Best for dashboards, market briefings, or agent reasoning loops that need to orient to macro conditions before drilling into specifics.

## Known failure modes

- Payment not received or invalid x402 USDC payment returns 402 Payment Required
- Upstream data provider outage returns 503 or degraded status
- Malformed or missing query properties return 400 Bad Request
- Rate limiting or quota exhaustion returns 429 Too Many Requests
- Stale data if on-chain indexers lag behind real-time blocks

## 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 real-time crypto market pulse data including overall market status, sentiment indicators, DeFi ecosystem conditions, and key macro signals across on-chain activity.

## 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-market-pulse-2dc0d78e/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)
