# bittensorman.xyz FX Brain Technical Analysis

> bittensorman.xyz FX Brain Technical Analysis is a paid API for AI agents from bittensorman.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs structured technical analysis on FX currency pairs, returning trend direction, key price levels, momentum signals, evidence, and invalidation conditions as JSON.

## Facts

- Endpoint: POST https://bittensorman.xyz/fxbrain/analyze/technical
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bittensorman-xyz-fx-brain-technical-analysis-6af030de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z1Sbn4yMl2KKUI9Y8jDS9

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 bittensorman-xyz-fx-brain-technical-analysis-6af030de -d '<json body>'
```

Example prompt: Give me a structured technical analysis of EUR/USD on the 4-hour timeframe — I need the trend direction, key support and resistance levels, momentum signals, the evidence behind the call, and what would invalidate the setup.

## When to prefer this

Choose this endpoint when you need a structured, evidence-based technical analysis of an FX pair with explicit invalidation levels — ideal for agents building automated trade rationale, risk management logic, or systematic forex research pipelines. Prefer over full multi-agent workflows (TradingAgents, FinRobot) when you want lightweight, fast, single-pair technical output without full analyst report generation.

## Known failure modes

- Invalid or unsupported currency pair returns error
- Missing required input fields result in 400 bad request
- Payment not received or insufficient USDC triggers 402 payment required
- Model inference timeout returns 503 or empty response
- Ambiguous timeframe input may produce low-confidence output

## How this service works

FX technical analysis (trend, levels, momentum) as structured JSON with evidence and invalidation. Gemma 4 12B.

## Output

A structured JSON object containing trend direction, support and resistance price levels, momentum assessment, supporting evidence for the technical view, and invalidation conditions that would negate the analysis.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bittensorman-xyz-fx-brain-technical-analysis-6af030de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bittensorman.xyz](https://www.zero.xyz/host/bittensorman.xyz/llms.txt)
