← API Reference
Canonical Harness
Near-fire setups ranked by distance-to-trigger DESC
get
/api/v1/harness/watchlistPrimary monitoring surface for autonomous agents — cheap to poll at 15-30 min intervals to detect when a queued setup is about to fire.
Authentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
asof_daystring
limitinteger
Default 10, max 50
Responses
200Boundary watchlist
{
"type": "object"
}Example request
curl -X GET 'https://cryptyx.ai/api/v1/harness/watchlist?asof_day=<asof_day>&limit=<limit>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).