Pause bots in bad regimes
Slow or stop when volatility posture breaches your guardrails.
AI Trade Radar
One structured JSON view of market conditions your automations can trust—a market intelligence API for AI agents. Infrastructure telemetry, not trading signals.Surfaces: MarketState, cognition snapshots, replay validation, MCP tools, SSE streams, OpenAPI, and SDKs for AI agent automation—not financial advice.
Built for automation systems — not retail trading signals.
CLI preview · not financial advice
Use cases
Risk, alerts, automation—not trade ideas.
Slow or stop when volatility posture breaches your guardrails.
Ping your team when spreads or readiness signals suggest fragile market conditions.
Same cycle_id and schema across workers—no reconciling five feeds.
One HTTP surface instead of stitching vendors by hand.
Pipe regime fields into cron, Airflow, or kernels.
One threshold config for every consumer of MarketState.
Snapshot preview
Demo rotation only—compare GET /v1/market-state on your deployment for real tokens and freshness.
read path · GET snapshot · replay-safe fields
MarketState
Machine-readable regime, volatility posture, readiness, freshness, and integrity hints—the same fields whether you poll REST, stream SSE, or call MCP.
Labels conditions so branches stay predictable.
Noise expanding or compressing—not a direction call.
Ties each document to the same pipeline run (pairs with archive and replay when enabled).
SSE for low-latency updates; outbound webhooks are operator-configured on the deployment you use.
Pipeline
Illustrative trace (not live telemetry): one cycle_id fans out to MCP, SSE, cognition, and optional replay when your deployment enables them.
Control plane
Contract-first surface—HTTP ingress, signed egress, same payload everywhere.
ingress HTTPS · egress signed hooks · deterministic snapshot ids
lifecycle · authorize → fetch snapshot → diff → emit webhook → subscriber ack
HTTPS · JSON
Resource-first routes; errors carry stable codes.
3.1 artifact
Pin revisions in CI; generate clients from the bundle.
HMAC · retries
Delivery receipts; verify before side effects.
Python · TypeScript
AiTradeRadarClient — retries on idempotent GETs; codegen from OpenAPI.
MCP · SSE · workers
Same cycle_id across HTTP, MCP invoke, streams, and replay validation.
Dashboard keys → bundle pull → GET /v1/market-state. Request beta
curl -sS https://ai-trade-radar-api-staging.onrender.com/v1/market-state \
-H "Authorization: Bearer $AI_TRADE_RADAR_API_KEY" \
-H "Accept: application/json"import os
from ai_trade_radar import AiTradeRadarClient
client = AiTradeRadarClient(
base_url=os.environ["ATR_API_BASE"],
api_key=os.environ["AI_TRADE_RADAR_API_KEY"],
)
state = client.fetch_market_state()
print(state["cycle_id"], state["market_state"]["regime"], state["integrity"]["fingerprint"][:16]){
"schema_version": "v1",
"generated_at_utc": "2026-05-09T14:00:12Z",
"cycle_id": "20260509_113926",
"freshness_seconds": 4.2,
"is_stale": false,
"pipeline_status": "ok",
"payload_completeness": "full",
"data_warnings": [],
"structures": [],
"market_state": {
"regime": "range_chop",
"volatility": "normal",
"suppression": "normal",
"risk_posture": "cautious",
"directional_reliability": "medium",
"readiness": "operational"
},
"confidence": { "realism": 0.47, "publication_rate": 1.0 },
"integrity": {
"fingerprint": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
"replay_safe": true
}
}{
"event_id": "evt_8k2n9pq1",
"type": "market_state.updated",
"delivered_at": "2026-05-09T14:01:02Z",
"resource": { "cycle_id": "20260509_113926" },
"diff": { "changed_paths": ["market_state.volatility", "market_state.regime"] }
}Pricing
AI Trade Radar is a market intelligence API for AI agents and automation systems. Start with Sandbox to evaluate MarketState, Builder to connect real workflows, or Pro when your team needs archive access, wider replay coverage, and higher limits.
Infrastructure only — not trading signals, not financial advice, no custody, no execution.
Self-serve checkout is available for Sandbox, Builder, and Pro in supported payment regions.
Self-serve: Sandbox, Builder, and Pro.·Manual: Design Partner and Enterprise.
Limits and availability follow your agreement. We don't claim live readiness or performance outcomes here.
Self-serve plans
Evaluate
$399/yr
Evaluate the MarketState API with demo replay, documentation, and SDK quickstart—ideal before you wire real automations.
Upgrade when you need full agent workflows.
Start SandboxNext step is secure checkout. Your API key is issued after payment is confirmed.
Agent-first
Recommended$1,599/yr
Production-oriented API infrastructure for AI agent automation: full MarketState, cognition, replay validation, SSE, MCP tools, OpenAPI, and SDKs.
Move to Pro when you need archives, wider replay, or team-scale limits.
Start BuilderNext step is secure checkout. Your API key is issued after payment is confirmed.
Teams
$3,999/yr
For teams that need archive access, wider replay coverage, higher limits, priority support, and an onboarding call—everything in Builder, then more scale.
Infrastructure for operators—not trading signals or financial advice.
Start ProNext step is secure checkout. Your API key is issued after payment is confirmed.
Prices shown are per month with annual totals on the line below each plan. When hosted checkout is available, start monthly and use Use annual billing instead under your plan if you prefer yearly billing.
Same API infrastructure across lanes—pick the lane that matches how you ship. This is a buyer overview, not an exhaustive contract matrix; see docs for full detail.
Best for
MarketState API
Cognition snapshots
Replay validation
Archive access
MCP / OpenAPI / SDKs
SSE streams
API keys
Support
For teams that need custom limits, procurement, security review, or deployment terms. Application or sales conversation — no self-serve checkout.
Partnership
Custom annual
Private onboarding, custom limits, roadmap feedback, and founder access for a small set of partners.
Application-only—we onboard a limited number of partners.
Apply for Design PartnerApplication or sales conversation — no self-serve checkout.
Institutional
Custom
Custom SLA, security review, retention terms, deployment agreements, and dedicated support for funds and infrastructure teams.
Sales-led scoping and paperwork when you need it.
Contact salesApplication or sales conversation — no self-serve checkout.
Policies