# bittensorman.xyz FX Sentiment Analysis

> bittensorman.xyz FX Sentiment 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).

Analyzes FX news and market sentiment for a currency pair, returning structured JSON with sentiment scores and directional bias powered by Gemma 4 12B.

## Facts

- Endpoint: POST https://bittensorman.xyz/fxbrain/analyze/sentiment
- 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-sentiment-analysis-d2404f75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tq2H2NGjkrToTsPyDqUXI

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-sentiment-analysis-d2404f75 -d '<json body>'
```

Example prompt: Analyze the sentiment of this EUR/USD news snippet and give me the structured JSON output: 'The ECB signaled further rate hikes as inflation remains sticky, while US jobs data came in weaker than expected, dampening dollar demand.'

## When to prefer this

Choose this endpoint when you need structured, machine-readable FX sentiment output from raw news or commentary text, especially when you want a consistent JSON schema suitable for downstream trading logic or decision pipelines. Prefer this over general-purpose LLM chat when you need reproducible sentiment scoring for forex specifically, and when paired with the sibling technical analysis or BUY/SELL judgment endpoints on bittensorman.xyz for a full multi-signal workflow.

## Known failure modes

- Missing or malformed news text input returns a 400 error
- Payment not received or insufficient USDC triggers a 402 Payment Required response
- Ambiguous or non-FX text may produce low-confidence or irrelevant sentiment outputs
- Model timeout on very long news inputs may return a 504 or empty response
- Currency pair not identifiable from input may result in generic or incorrect analysis

## How this service works

FX news and market sentiment analysis as structured JSON. Gemma 4 12B.

## Output

A structured JSON object containing sentiment classification (bullish/bearish/neutral), confidence or sentiment score, key sentiment drivers extracted from the news, and directional bias for the FX pair — all generated by Gemma 4 12B.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bittensorman-xyz-fx-sentiment-analysis-d2404f75/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)
