Returns a pre-reasoned market briefing for the requested domain.
Parameters
briefing (required) — Briefing ID, e.g. btc.quick-check, macro.snapshot, btc.full
format (optional) — markdown (default) or json
date (optional) — YYYY-MM-DD for historical data (Basic+ tiers)
Example: GET /api/context?briefing=btc.context&format=markdown
Short URL Shortcuts
GET /api/btc — btc.quick-check briefing
GET /api/macro — macro.snapshot briefing
GET /api/fx — fx.liquidity briefing
GET /api/btc/treasury — btc.treasury briefing
Other Endpoints
GET /api/metrics — List all available metrics with current values
GET /api/metrics/{name} — Get a specific metric with trend analysis
GET /api/health — API health check and data pipeline status
Response Format
Markdown responses include: signal direction (bullish/bearish/neutral), confidence score (0-100), 7d/30d/90d trend changes, percentile ranking against historical distribution, cross-asset correlation coefficients, and narrative text (Pro tier).
JSON responses include the same data in structured key-value format with typed fields.
Rate Limits
Free: 60 requests/hour, 500/day — 6 briefings, rolling 30-day data
Basic ($19.99/mo): 120 requests/hour, 2,000/day — 12 briefings, data from Jan 2025
Pro ($49.99/mo): 300 requests/hour, 5,000/day — all 18 briefings, full historical data
Enterprise: Custom limits and SLA
Rate limit headers are included in every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.
MCP Server Integration
Install the PreReason MCP server for native tool access in Claude Desktop, Claude Code, Cursor, and Windsurf.
Install: npx -y @prereason/mcp
Set environment variable PREREASON_API_KEY to your API key.
btc.quick-check (free) — Quick Check: Quick directional read on Bitcoin price and net liquidity with their 30-day correlation
btc.context (free) — BTC Context: Bitcoin price, mining health, and liquidity overview with 7-day and 30-day trend signals
macro.snapshot (free) — Macro Snapshot: Fed balance sheet, M2 money supply, full Treasury yield curve (2Y/10Y/30Y), 10Y breakeven inflation, dollar index, and composite net liquidity with trend direction across all four
cross.correlations (free) — Correlation Check: How Bitcoin correlates with equities, volatility, and the dollar across 9 metric pairs (30-day window)