← API Reference
Canonical Harness
First-ever fires — setups that fired for the FIRST TIME in prospective history
get
/api/v1/harness/first-everRarest, highest-signal events in the canonical catalog.
Authentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
asof_daystring
Responses
200First-ever fires for the day
{
"type": "object"
}Example request
curl -X GET 'https://cryptyx.ai/api/v1/harness/first-ever?asof_day=<asof_day>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).