← API Reference
Market Data
Regime classification for an asset
get
/api/asset-regimesAuthentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
any
any
daysinteger
Responses
200Regime data
array of
asof_daystring<date>
assetstring
primary_regime_idstring
primary_confidencenumber
secondary_regime_idstring | null
secondary_confidencenumber | null
resolution_modestring
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).