CRYPTYX Docs
← API Reference
Canonical Harness

First-ever fires — setups that fired for the FIRST TIME in prospective history

get/api/v1/harness/first-ever

Rarest, highest-signal events in the canonical catalog.

Authentication

Stytch session JWT or Bearer API key (cx_...).

Query parameters

asof_day
string

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).