cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market-regime/configs/list \ --header 'Authorization: Bearer <token>'
{ "configs": [ { "config": {}, "id": 123, "symbol": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Market regime configurations
Regime configs listing.
Show child attributes
Was this page helpful?