# LUMI Market Report

> LUMI Market Report is a paid API for AI agents from app.tenna.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers the latest 2-hour AI-authored market report covering market flow, scenario probabilities with price levels, and sector risk callouts, in English or Korean.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/lumi/lumi_market_report
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lumi-market-report-fb88e563
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryR63fcuJY0md-Sv_cjp3

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 lumi-market-report-fb88e563 -d '<json body>'
```

Example prompt: Can you pull the latest LUMI market report in English so I can see the current market flow, scenario probabilities with price levels, and any sector risk callouts?

## When to prefer this

Choose this endpoint when you need a concise, AI-authored macro market report with scenario probabilities and sector risk context, especially if you want a bilingual (Korean/English) perspective. Prefer this over raw data feeds when you want editorial narrative rather than raw price data, and when a $0.01/call cost model is acceptable.

## Known failure modes

- Invalid offering identifier (must be exactly 'lumi_market_report') returns an error
- Unsupported language code returns validation error
- Payment failure via x402 protocol blocks report delivery
- Report may be stale if the LUMI agent has not published a new report within the last 2 hours
- Network timeout from app.tenna.ai

## How this service works

Latest 2-hour market report from the LUMI agent: market flow, scenario probabilities with price levels, and sector items with risk callouts. Internal operations sections are removed before delivery and the removal is declared. Written in Korean and machine-translated at delivery, with the original included. Editorial commentary, not investment advice.

## Output

Returns a structured market report including: a market flow narrative, scenario probabilities paired with specific price levels, sector-level items with risk callouts, and a declaration of any removed internal operations sections. Delivered in the requested language (English or Korean) with the original Korean text included alongside any machine translation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "language": {
   "enum": [
    "en",
    "ko"
   ],
   "type": "string",
   "description": "Delivery language; default en."
  },
  "offering": {
   "type": "string",
   "const": "market_report",
   "description": "Offering identifier. Must be exactly 'market_report'."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lumi-market-report-fb88e563/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.tenna.ai](https://www.zero.xyz/host/app.tenna.ai/llms.txt)
