Skip to main content
GET
/
api
/
signals
/
states
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/signals/states \
  --header 'Authorization: Bearer <token>'
{
  "states": [
    {
      "is_active": true,
      "last_value": {},
      "signal_id": 123,
      "symbol": "<string>",
      "last_checked_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Runtime state per signal x symbol

Signal states listing.

states
object[]
required