CRYPTYX Natural Language Intelligence Query is a paid API for AI agents from www.cryptyx.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).
Accepts a free-form natural language question and returns an AI-generated answer grounded in CRYPTYX's full analytical state — factor scores, signal triggers, and macro regime context — with structured source citations.
A JSON object containing a natural language answer summarizing the intelligence findings, plus an array of structured sources cited — each source identifying its type (factor, signal, regime), the asset, the factor class, and the t-score or confidence value that grounded the answer.
POSThttps://www.cryptyx.ai/api/intelligence/queryUse this endpoint when the question is open-ended or exploratory and does not map cleanly to a fixed CRYPTYX schema endpoint. Ideal for LLM agent pipelines where the agent needs to pipe user questions directly into CRYPTYX without wiring up per-endpoint logic. Prefer the structured endpoints (factor matrix, signal ranking, regime classification) when you need deterministic tabular data; use this endpoint when you need a synthesized, cited narrative answer across the full CRYPTYX state.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "application/json",
"example": {
"answer": "BTC shows strong momentum with TR factor t-score of 1.42...",
"sources": [
{
"type": "factor",
"asset": "BTC",
"class": "TR",
"t_score": 1.42
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"