cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market-regime/{symbol} \ --header 'Authorization: Bearer <token>'
{ "regime": "<string>", "symbol": "<string>", "confidence": 123, "updated_at": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Symbol name
Market regime for symbol
Market regime label for one symbol.
Was this page helpful?