cURL
curl --request GET \ --url https://api.example.com/api/v1/regime/history
Historical regime changes over time.
days
7
90
curl -X GET "https://krovn.io/api/v1/regime/history?days=7" \ -H "X-API-Key: your_api_key"
{ "data": [ { "timestamp": "2026-03-21T12:00:00.000Z", "regime": "MARKUP", "hmm_state": "RISK_ON", "confidence": 0.82, "score": 72 }, { "timestamp": "2026-03-20T18:00:00.000Z", "regime": "ACCUMULATION", "hmm_state": "TRANSITION", "confidence": 0.65, "score": 55 }, { "timestamp": "2026-03-19T06:00:00.000Z", "regime": "DISTRIBUTION", "hmm_state": "RISK_OFF", "confidence": 0.78, "score": 38 } ] }