CRYPTYX Docs
← API Reference
Market Data

Factor t-scores by class and horizon

get/api/asset-factors

Authentication

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

Query parameters

any
any
days
integer
horizons
string
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).