← API Reference
Signals
Today's active signal firings (atomic + composite)
get
/api/signals/activeAuthentication
Stytch session JWT or Bearer API key (cx_...).
Responses
200Active signals
atomicarray<object>
compositearray<object>
Example request
curl -X GET 'https://cryptyx.ai/api/signals/active' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).