CRYPTYX Docs
← API Reference
Market Data

Regime classification for an asset

get/api/asset-regimes

Authentication

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

Query parameters

any
any
days
integer

Responses

200Regime data
array of
asof_day
string<date>
asset
string
primary_regime_id
string
primary_confidence
number
secondary_regime_id
string | null
secondary_confidence
number | null
resolution_mode
string

Example request

curl -X GET 'https://cryptyx.ai/api/asset-regimes?=<>&=<>&days=<days>' \
  -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).