Live ยท 14 assets ยท 15-min updates

Market signal infrastructure
for autonomous agents

Your agent knows price. RiskGate tells it what the market is actually doing โ€” regime state, anomaly severity, sentiment signal. Structured JSON. No dashboards. No noise.

agent_decision_gate.py
async def should_execute(asset: str) -> bool: r = await riskgate.regime(asset) if r["regime"] not in ("TRENDING_UP", "TRENDING_DOWN"): return False if r["anomaly_severity"] == "HIGH": return False return True
Everything your agent needs.
Nothing it doesn't.

Five endpoints. Clean JSON. Predictable schema that won't break your agent at 3am.

GET
/v1/regime/current
Market state awareness. Trending, ranging, or transitioning โ€” with confidence score and anomaly severity in one call.
market-state-gate
GET
/v1/anomalies/{asset}
Risk gate. Detect anomalies before executing. NONE โ†’ LOW โ†’ MEDIUM โ†’ HIGH severity grading.
risk-gate
GET
/v1/sentiment/{asset}
Crowd signal. BULLISH / BEARISH / NEUTRAL โ€” factor in whether narrative aligns with regime.
sentiment-context
GET
/v1/regime/history/{asset}
Historical regime data. Up to 90 days. Backtest your agent's decision logic against real regime history.
backtesting
POST
/v1/analysis/portfolio
Portfolio risk assessment. Pass holdings with weights, get back LOW / MEDIUM / HIGH risk in one call.
portfolio-risk
GET
/health
Health check. No auth required. Use it for uptime monitoring and agent startup checks.
no-auth
Simple pricing.
No surprises.

Monthly plans for teams. Pay-as-you-go credits for agents. Start with $10 โ€” no commitment.

Standard
$499/mo
For production-ready agent teams.
  • All 5 endpoints
  • 14 assets
  • 60 req/min
Contact Sales
Enterprise
$5000/mo
For platforms integrating RiskGate into their product.
  • All 5 endpoints
  • Custom asset coverage
  • Unlimited req/min
  • Custom webhooks
  • SLA + dedicated support
Contact Sales
Pay-as-you-go
Credit-based access
Top up with credits. Pay per call. Built for autonomous agents that don't fit monthly billing. Get 10,000 API credits for $10 โ€” delivered to your inbox instantly.

Get 10,000 Credits โ€” $10
$0.001
per API call
$10
minimum top-up
10k
credits per $10
โšก
instant delivery
EOF