Build with Q

Q's intelligence layer,
via API

Forecasts, signals, and trading strategies for apps, agents, and workflows. Give your agent a superforecaster.

Technical Details

The API at a glance

Five endpoints. Two payment methods. Structured intelligence ready to consume.

Response format
JSON. Every endpoint returns structured data with consistent schema.
Authentication
API key via x-quotient-api-key header, or x402 micropayments for keyless access.
Pricing
Pay per request or subscribe for unlimited access.
# Get all active markets
curl https://q-api.quotient.social/api/v1/markets \
  -H "x-quotient-api-key: YOUR_API_KEY"

# Response
{
  "markets": [{
    "slug": "fed-rate-cut-june-2026",
    "question": "Will the Fed cut rates?",
    "quotient_odds": 0.34,
    "market_odds": 0.46,
    "confidence": "high",
    "spread": 0.12,
    "key_factors": [...]
  }]
}
What's Available

What Q delivers

Structured data designed for agents, dashboards, and trading workflows.

MARKETS

Every active market, one call

Live odds, Q's forecast, and spread. Filterable by category, platform, and resolution date.

SIGNALS

Q's signals, sourced and attributed

Directional analyst takes for any market, paginated and timestamped.

INTELLIGENCE

Full briefing on any market

Confidence score, key factors, and bottom line assessment in one response.

MISPRICED

Where Q disagrees with the crowd

Markets ranked by spread between Q's forecast and market odds.

STRATEGIES

Trading strategies, ready to execute

Repeatable, signal-based strategies structured for agent workflows.

Used for dashboards, scanners, alerts, research feeds, trading agents, and agent workflows.

Featured Integration: Bankr

Trade with Q on Bankr

Give your agent a superforecaster.

Bankr is the financial infrastructure for self-sustaining AI agents. Add the Quotient skill and your agent gets Q's forecasts, signals, and strategy on every position.

1
Add the Quotient skill
Your agent learns Q's markets, signals, and strategy.
2
Run it on Bankr
Built for agents that trade. Pay per call.
3
Collect the returns
Your agent trades. You keep the upside.
Add the Quotient Skill
Bankr × Quotient partnership
About Bankr

Bankr gives every AI agent a wallet, a token, and the tools to trade. Skills are plug-and-play modules that teach your agent new capabilities.

Endpoints

Core endpoints

Start with /api/v1/markets to orient, then pull signal detail per market.

GET
/api/v1/markets
Market catalog with forecast coverage and pagination
GET
/api/v1/markets/lookup
Batch lookup by slug or condition IDs
GET
/api/v1/markets/mispriced
Markets where Q diverges most from market odds
GET
/api/v1/markets/{slug}/intelligence
Full intelligence briefing for a single market
GET
/api/v1/markets/{slug}/signals
Paginated analyst signals for a market