$0.05
per call · USD Coin on Base
Claude-narrated per-asset conviction thesis (3-5 sentences) plus an evidence pack — composite rank vs universe, returns and volatility, factor scores per class, top active signals, and top per-asset predictors. 4-hour cache. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
Endpoint
GET https://cryptyx.ai/api/asset/thesis1
Calls / 30d
1
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://cryptyx.ai/api/asset/thesis", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/asset/thesis?horizon=&symbol=" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asof_day": "2026-06-18",
"cache_hit": false,
"evidence": {
"active_signals": [
{
"class": "TR",
"confidence": 0.81,
"grade": "A",
"hit_rate": 0.63,
"ic": 0.27,
"name": "TR Momentum Continuation 14D",
"signal_id": "TR_MOMO_CONT_14D",
"z": 2.1
},
{
"class": "FLOW",
"confidence": 0.74,
"grade": "A",
"hit_rate": 0.61,
"ic": 0.22,
"name": "Flow VWAP Deviation 7D",
"signal_id": "FLOW_VWAP_DEV_7D",
"z": 1.85
},
{
"class": "VOL",
"confidence": 0.68,
"grade": "B",
"hit_rate": 0.58,
"ic": 0.18,
"name": "Vol Compression 7v30",
"signal_id": "VOL_COMPRESSION_7v30",
"z": 1.6
}
],
"active_signals_high_grade": 6,
"active_signals_total": 11,
"asof_day": "2026-06-18",
"composite": {
"rank": 1,
"rank_pct": 99.5,
"score": 0.42,
"score_delta": 0.07,
"score_yesterday": 0.35
},
"factors": [
{
"class": "CORR",
"t_band": "NEUTRAL",
"t_score_pct": 54.2
},
{
"class": "EFF",
"t_band": "BULL",
"t_score_pct": 71
},
{
"class": "FLOW",
"t_band": "BULL",
"t_score_pct": 83.4
},
{
"class": "FUT",
"t_band": "BULL",
"t_score_pct": 62.1
},
{
"class": "OB",
"t_band": "NEUTRAL",
"t_score_pct": 58.7
},
{
"class": "OPT",
"t_band": "NEUTRAL",
"t_score_pct": 49
},
{
"class": "TR",
"t_band": "STRONG_BULL",
"t_score_pct": 92
},
{
"class": "VOL",
"t_band": "NEUTRAL",
"t_score_pct": 37.5
}
],
"returns": {
"ret_1d": 0.018,
"ret_30d": 0.142,
"ret_7d": 0.064,
"vol_rv_30d": 0.41
},
"symbol": "BTC",
"top_ts_metrics": [
{
"class": "TR",
"cs_grade": "C",
"cs_ic": 0.04,
"grade_divergence": true,
"metric_id": "TR_ROC_180D",
"name": "Rate of Change 180D",
"ts_grade": "A",
"ts_hit_rate": 0.66,
"ts_ic": 0.31
},
{
"class": "FLOW",
"cs_grade": "A",
"cs_ic": 0.19,
"grade_divergence": false,
"metric_id": "FLOW_NET_TAKER_30D",
"name": "Net Taker Flow 30D",
"ts_grade": "A",
"ts_hit_rate": 0.62,
"ts_ic": 0.28
}
]
},
"generated_at": "2026-06-19T04:12:33.812Z",
"horizon": "30d",
"model": "CRYPTYX AI",
"ok": true,
"regime": "consolidation",
"regime_confidence": 0.73,
"source": "raw",
"symbol": "BTC",
"thesis": "BTC is positioned constructively into the 30d window: composite score sits at 0.42 (rank 1 of ~200), up 0.07 day-over-day on a TR factor breakout (t_score_pct 92). TR_MOMO_CONT_14D and FLOW_VWAP_DEV_7D are firing on grade-A health with z above 1.8, and the strongest asset-specific predictor TR_ROC_180D (ts_grade A, ts_ic 0.31) confirms trend persistence even though its cs_grade is C. Posture is trend-continuation with flow confirmation; conviction is supported, not stretched."
}Payment details
0x0cd2c9724f185a029101b4aeacf3f114415c394fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from CRYPTYX & similar services
CRYPTYX · Asset Asymmetry
cryptyx.ai
Cross-class positioning panels per asset — futures funding stress, options 1M risk-reversal skew, order-book imbalance, and 7-day taker buy/sell ratio. Each panel: current z, percentile, 30-day sparkline, one-line narrative. Response carries a _next block with active-signals / thesis / regime-context / top-setups / peer-cluster so an agent can go from positioning read to per-asset conviction, historical edge, or basket construction without leaving the flow. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
CRYPTYX · Health
cryptyx-ai.vercel.app
Service health probe — build version, last pipeline run, current signal/composite/asset counts. Sub-second, no DB writes. The cheapest end-to-end pay-per-call check before issuing real queries.
CRYPTYX · AI Signals
cryptyx.ai
Per-asset bundle of the latest atomic and composite signal snapshot plus N-day event lookback, grouped by asset. Includes macro regime and confidence. The full signal picture for an agent prompt in one call. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).