← API Reference
Canonical Harness
Evaluate ANY canonical setup against ANY coverage-universe asset
get
/api/v1/harness/evaluate-on-demandStamps `off_catalog` + `confidence_tier` so callers know when a read is a live projection (asset outside setup's curated applicable_assets scope) vs backtested. Unlocks fund-analyst / agent workflows on the broader ~200-asset coverage universe.
Authentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
setup_idrequiredstring
assetrequiredstring
asof_daystring
Responses
200On-demand evaluation result
{
"type": "object"
}Example request
curl -X GET 'https://cryptyx.ai/api/v1/harness/evaluate-on-demand?setup_id=<setup_id>&asset=<asset>&asof_day=<asof_day>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).