← API Reference
Market Data
Factor breadth and regime analysis across the universe
get
/api/market-pulseAuthentication
Stytch session JWT or Bearer API key (cx_...).
Query parameters
modeenum(series | snapshot)
any
horizonsstring
Comma-separated horizons (e.g. 7d,30d)
classesstring
Comma-separated factor classes (e.g. TR,VOL)
Responses
200Market pulse data
array of
{
"$ref": "#/components/schemas/MarketPulseRow"
}Example request
curl -X GET 'https://cryptyx.ai/api/market-pulse?mode=<mode>&=<>&horizons=<horizons>&classes=<classes>' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).