Otto AI Macro Regime Intelligence is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).
Returns the current macroeconomic regime label with live federal funds rate, 10-year treasury yield, and CPI year-over-year inflation data.
Daily US macro-regime snapshot from licensed Alpha Vantage series: 10-year Treasury yield, effective federal funds rate, three-month rate changes, CPI index and YoY inflation, plus a mechanical rates-direction/inflation-direction label with disclosed thresholds. Three upstream calls per daily refresh; scanner context only.
A JSON object containing: the current macro regime label (e.g. 'rates-steady_inflation-falling'), federal funds rate (%), 10-year treasury yield (%), CPI year-over-year inflation (%), data provider (Alpha Vantage), the date the snapshot is as of, and metadata including whether the data is degraded and staleness in seconds.
GEThttps://x402.ottoai.services/macro-regimeUse this endpoint when you need a structured, AI-ready macro regime classification alongside raw rate and inflation data in a single call. Prefer it over raw Fed or Treasury data APIs when you need a pre-labeled regime string for downstream logic (e.g. adjusting DeFi yield strategy, filtering crypto trade signals, or gating risk-on positions). Especially useful for AI agents that need to contextualize market conditions without parsing raw economic releases.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"example": {
"data": {
"asOf": "2026-06-01",
"rates": {
"federalFundsPct": 3.63,
"treasury10YearPct": 4.47
},
"regime": {
"label": "rates-steady_inflation-falling"
},
"provider": "Alpha Vantage",
"inflation": {
"cpiYoYPct": 3.53
}
},
"meta": {
"dataAsOf": "",
"degraded": false,
"validUntil": "",
"generatedAt": "",
"stalenessSec": 0
},
"status": "success"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"