CRYPTYX Docs
← API Reference
AI Agent

Pre-composed daily market summary for LLM ingestion

get/api/v1/ai/market-brief

Authentication

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

Responses

200Market brief with structured data and formatted text
ok
boolean
asofDay
string
brief
string
Pre-formatted text summary
structured
object
durationMs
integer

Example request

curl -X GET 'https://cryptyx.ai/api/v1/ai/market-brief' \
  -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).