# LUMI 2-Hour Market Brief

> LUMI 2-Hour Market Brief 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-15).

Returns the latest 2-hour market intelligence report including market flow analysis, scenario probabilities with price levels, and sector items with risk callouts, delivered in English or Korean.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/lumi/market_report
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lumi-2-hour-market-brief-308ca692
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3BX0lQmkMRY94N74Rql5B

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-2-hour-market-brief-308ca692 -d '<json body>'
```

Example prompt: Pull the latest LUMI 2-hour market brief in English — I want to see current market flow, the scenario probabilities with price levels, and any sector risk callouts.

## When to prefer this

Choose this endpoint when you need a concise, analyst-style market intelligence brief covering macro flow, probabilistic price scenarios, and sector risk — particularly in a crypto/token market context. It is distinct from raw data feeds or order-book endpoints because it delivers curated editorial judgment with scenario framing. Prefer it over generic news aggregators when you want structured scenario probabilities with explicit price levels rather than unstructured headlines. The $0.01 USDC micropayment via x402 makes it suitable for automated agent polling.

## Known failure modes

- Invalid offering identifier (not exactly 'market_report') returns an error
- Unsupported language code returns an error
- Payment failure via x402 protocol results in 402 response and no report delivery
- Report may be temporarily unavailable if LUMI agent has not yet produced a new 2-hour cycle
- Machine translation quality may degrade for highly idiomatic financial Korean terminology

## How this service works

2-Hour Market Brief. 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

A structured editorial market report covering: (1) market flow narrative, (2) scenario probabilities each with associated price levels, (3) sector-level items with risk callouts. Internal operations sections are stripped before delivery and that removal is declared in the response. The report is written originally in Korean and machine-translated to English at delivery time, with the original Korean text included alongside.

## 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-2-hour-market-brief-308ca692/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)
