# 1XU Market Analyze

> 1XU Market Analyze is a paid API for AI agents from x402.1xu.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Runs AI-powered signal analysis on a Polymarket prediction market at configurable depth to surface trading signals and insights

## Facts

- Endpoint: POST https://x402.1xu.app/api/market/analyze
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/1xu-market-analyze-9192191a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1cLyXvnq8gfBghkelfHCR

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 1xu-market-analyze-9192191a -d '<json body>'
```

Example prompt: Run a deep analysis on the Polymarket market with condition_id 0xabc123def456 and tell me what the 1XU AI signal says about it.

## When to prefer this

Use this endpoint when you need AI-generated trading signals specifically for Polymarket prediction markets, especially when you want graded signal intelligence rather than raw market data. Prefer this over generic news or sentiment APIs when the task is specifically about finding edge or evaluating probability pricing on a Polymarket condition.

## Known failure modes

- Invalid or unrecognized market_id returns an error indicating the market could not be found
- Unsupported depth value outside the enum returns a validation error
- Payment not completed via x402 protocol results in 402 Payment Required response
- Polymarket market already resolved may return stale or unavailable signal
- Rate limiting or server overload may cause timeouts on deep analysis requests

## How this service works

The first AI signal intelligence layer for prediction markets. $675K+ verified track record from $10K. 56,000+ AI-graded trades across 300+ markets. AI-powered algo signals 24/7. 953 on-chain proofs. Not financial advice.

## Output

Returns an AI-generated signal analysis for the specified Polymarket market, including trading signals, confidence indicators, and market assessment based on the chosen depth (quick, standard, or deep). Backed by a claimed track record of 56,000+ AI-graded trades and on-chain proofs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "depth": {
   "enum": [
    "quick",
    "standard",
    "deep"
   ],
   "type": "string",
   "description": "Analysis depth (quick/standard/deep)"
  },
  "market_id": {
   "type": "string",
   "description": "Polymarket condition_id or market slug"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/1xu-market-analyze-9192191a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.1xu.app](https://www.zero.xyz/host/x402.1xu.app/llms.txt)
