Market Brief — AI-Powered Crypto Intelligence

The /market-brief endpoint combines Gate.io news, social sentiment, exchange announcements, event attribution, historical resolution context, similar-market outcomes, and Kronos forecast/risk/regime data. It returns an AI-generated market brief with a market narrative, catalysts, risks, contradictions, model alignment, historical context, a constructive next step, source status and freshness. External claims reference supplied evidence; unavailable sources are reported rather than hidden. This is the most expensive endpoint ($0.05) because it aggregates external data sources with AI.

Endpoint

GET /api/feeds/kronos/market-brief/:symbolKey

Parameters

ParamTypeRequiredDescription
symbolKeypathYesAsset symbol, e.g. btc_usdt, eth_usdt

Pricing

$0.05 per request (upfront payment). This is the most expensive endpoint because it aggregates external data sources with AI.

Example request

curl -H "X-PAYMENT: <x402-payment-header>" \
  "https://kronos.seshat.markets/api/feeds/kronos/market-brief/btc_usdt"

Example response (truncated)

{
  "symbol": "btc_usdt",
  "narrative": "Bitcoin is trading in a risk-on regime...",
  "catalysts": [
    "Spot ETF inflows accelerating",
    "Funding rates positive across all venues"
  ],
  "risks": [
    "Open interest near 30-day high — leverage unwind risk",
    "Options IV elevated on near-term puts"
  ],
  "contradictions": [
    "Social sentiment bullish but crowd votes leaning down on 1d"
  ],
  "model_alignment": {
    "kronos_direction": "up",
    "confidence": 0.72,
    "regime": "risk-on"
  },
  "sources": {
    "gate_news": { "status": "available", "freshness": "2m ago" },
    "social_sentiment": { "status": "available", "freshness": "45s ago" },
    "exchange_announcements": { "status": "available", "freshness": "15m ago" },
    "kronos_forecast": { "status": "available", "freshness": "cached" }
  }
}

Use cases

Sourced Narrative Analysis

Every external claim in the brief references a supplied source with freshness timestamp. No hallucinated news — if a source is unavailable, it's reported as "unavailable", not invented.

Catalyst & Risk Screen

The brief lists explicit catalysts (ETF inflows, funding positive) and risks (OI near highs, elevated put IV). Weigh both sides before acting on the model's directional signal.

Contradiction Surfacing

When social sentiment is bullish but crowd votes lean down, the brief flags it as a contradiction. Contradictions are where alpha lives — the market hasn't decided which narrative wins.

All-in-One Due Diligence

One $0.05 call gives you news, sentiment, announcements, events, historical context, and Kronos alignment. Replace 10+ manual checks with a single sourced brief before every trade.

Frequently asked questions

What is an AI crypto market brief API?
It combines Gate.io news, social sentiment, exchange announcements, event attribution, historical context, similar-market outcomes, and Kronos forecast data into one AI-generated narrative with sourced claims, catalysts, risks, and contradictions.
How is the market brief different from the digest?
The digest ($0.03) cross-references 7 internal Kronos data sources. The market brief ($0.05) aggregates external data — news, sentiment, announcements, events — plus Kronos forecasts into a sourced narrative. Use the brief for due diligence, the digest for model-internal insights.
Does the market brief hallucinate news?
No. Every external claim references a supplied source with a freshness timestamp. If a source is unavailable, it's reported as "unavailable" rather than invented. This is the most expensive endpoint ($0.05) because it aggregates real external data with AI.
How do I get a Bitcoin market brief via API?
Call GET /api/feeds/kronos/market-brief/btc_usdt with an X-PAYMENT header. You get a narrative, catalysts, risks, contradictions, model alignment, and source status. Pay $0.05 with USDC on Solana or Base via x402.

Related endpoints