# bittensorman.xyz FX Brain Trade Decision

> bittensorman.xyz FX Brain Trade Decision 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).

Returns a BUY, SELL, or HOLD judgment for a given FX currency pair based on supplied evidence — never executes actual orders.

## Facts

- Endpoint: POST https://bittensorman.xyz/fxbrain/decide/trade
- 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-trade-decision-4b80d62a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5F6JjZNfQZwPW-5XFl44o

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-trade-decision-4b80d62a -d '<json body>'
```

Example prompt: Based on the following evidence — EUR/USD is trending above the 200 EMA, RSI is at 62, and recent news sentiment is bullish — give me a BUY, SELL, or HOLD judgment for the EUR/USD pair.

## When to prefer this

Use this endpoint when you need a fast, lightweight BUY/SELL/HOLD signal for a specific FX pair and you already have the relevant evidence (technical indicators, news sentiment, price data) assembled. Prefer this over sibling endpoints like TradingAgents (full multi-agent graph) or FinRobot (workflow-based) when you want a single decisive judgment without orchestrating a full multi-agent pipeline. Best suited for agents that pre-aggregate evidence from separate analysis steps and need a final decision node.

## Known failure modes

- Missing or malformed evidence payload returns a 400 error
- Unsupported FX pair may return an error or low-confidence judgment
- Payment not provided or insufficient USDC results in 402 Payment Required
- Service unavailable due to model downtime returns 503
- Ambiguous or contradictory evidence may result in a HOLD judgment with low confidence

## How this service works

BUY / SELL / HOLD judgment for an FX pair from supplied evidence. Judgment only — never executes orders.

## Output

Returns a structured trade judgment (BUY, SELL, or HOLD) for the specified FX currency pair, along with supporting rationale derived from the submitted evidence. Does not place or execute any real orders.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bittensorman-xyz-fx-brain-trade-decision-4b80d62a/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)
