Intelligence Query API
Natural language interface to the entire CRYPTYX data layer. Send a question in plain English, get structured JSON intelligence back. Sub-500ms responses. 15 intent types cover conviction, regime, screening, comparison, and more.
What it does
The Intelligence Query API parses natural language questions, classifies them into one of 15 intent types, resolves the relevant assets and metrics, and returns structured JSON — not free text. Every answer traces back to specific factor scores, signal triggers, and metric values. Responses are composable: pipe them directly into trading systems, agent workflows, or downstream analytics without parsing prose.
Getting started
Send a POST request to /api/intelligence/query with a JSON body containing your question:
curl -X POST -H "Authorization: Bearer cx_your_key" \
-H "Content-Type: application/json" \
-d '{"query":"What is the regime for BTC?"}' \
https://cryptyx.ai/api/intelligence/queryThe response includes the classified intent, resolved entities, and a structured data payload with the evidence backing each conclusion.
Key capabilities
- 15 intent types — conviction ranking, regime check, factor analysis, signal screening, asset comparison, metric deep-dive, trend momentum, volatility state, liquidity scan, and more
- Structured JSON responses — typed payloads with scores, rankings, and labels. No free-text generation, no hallucination risk on data points
- Evidence-backed — every answer traces to specific metrics and factor scores. The response includes the data lineage so you can verify any conclusion
- Composable — responses can be piped into trading systems, agent workflows, or chained with other CRYPTYX API calls for multi-step analysis
What to try first
- "Which assets have the strongest trend momentum?"
- "Compare BTC and ETH across all factors"
- "Show me assets in a volatility compression regime"