cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/signals/trigger-logs \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": 123, "symbol": "<string>", "market_regime": "<unknown>", "pool_id": 123, "signal_id": 123, "trigger_value": "<unknown>", "triggered_at": "<string>" } ], "total": 1 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Signal trigger log entries
Show child attributes
x >= 0
Was this page helpful?