CRYPTYX Docs
← API Reference
Market Data

Factor breadth and regime analysis across the universe

get/api/market-pulse

Authentication

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

Query parameters

mode
enum(series | snapshot)
any
horizons
string
Comma-separated horizons (e.g. 7d,30d)
classes
string
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).