← Back to directory

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

https://bittensorman.xyz/fxbrain/analyze/sentiment

Overview

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

Protocol x402
Price $0.05
Payment Asset USD Coin
Payment Network Base
Category real-time-data/news
Provider bittensorman
Source bazaar
Indexed 2026-07-16 21:15:13

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyType": "json", "discoverable": true, "method": "POST", "properties": { "history": { "description": "Recent trades (max 30)", "type": "array" }, "macro": { "description": "Rates, CPI, policy expectations", "type": "object" }, "news": { "description": "Headlines (max 40)", "type": "array" }, "pair": { "description": "FX pair like USD_JPY or EUR_USD (required)", "type": "string" }, "position": { "description": "Open position context", "type": "object" }, "question": { "description": "Optional focused question", "type": "string" }, "technicals": { "description": "Indicator values, ranges, closes", "type": "object" }, "timeframe": { "description": "e.g. M15, H1, D (default H1)", "type": "string" } }, "type": "http" }