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