← API Reference
Market Data
Factor t-scores by class and horizon
get
/api/asset-factorsAuthentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
any
any
daysinteger
horizonsstring
Comma-separated (valid: 1d,7d,14d,30d,60d,90d,180d,365d)
Responses
200Factor scores
array of
{
"$ref": "#/components/schemas/FactorRow"
}Example request
curl -X GET 'https://cryptyx.ai/api/asset-factors?=<>&=<>&days=<days>&horizons=<horizons>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).