$0.01
per call · USD Coin on Base
Top 10 atomic signals ranked by 7-day cross-sectional IC, gated to A/B health grades and non-anti-predictive names. Each carries trigger stats and a 7d walk-forward IS/OOS robustness block. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.
Endpoint
GET https://cryptyx.ai/api/signals/top1
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/signals/top", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/signals/top" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 10,
"durationMs": 187,
"ok": true,
"selection_criteria": {
"enabled": true,
"health_grade_in": [
"A",
"B"
],
"ic_context": "cross_sectional",
"is_anti_predictive": false,
"max_results": 10,
"min_n_obs_7d": 30,
"ranked_by": "ic_7d_desc"
},
"signals": [
{
"active_params": {
"t_thr": 0.5,
"z_thr": 1
},
"active_version": 187,
"class": "TR",
"description": "Multi-factor trend continuation regime over 14 trading days",
"geometry_type": "threshold",
"health_grade": "A",
"hit_rate_7d": 0.6312,
"horizon": "14d",
"ic_7d": 0.1421,
"n_obs_7d": 1840,
"n_triggers_7d": 312,
"name": "Trend Momentum Continuation 14D",
"signal_id": "TR_MOMO_CONT_14D",
"tags": [
"momentum",
"trend"
],
"trigger_rate_per_asset_day": 0.1695,
"unique_assets_ever_triggered": 142,
"unique_assets_observed": 198,
"walk_forward": {
"asof_day": "2026-06-20",
"ic_delta": -0.0349,
"is_hit_rate": 0.624,
"is_ic": 0.1083,
"is_n_obs": 22680,
"is_n_triggers": 1218,
"oos_hit_rate": 0.591,
"oos_ic": 0.0734,
"oos_n_obs": 9720,
"oos_n_triggers": 412,
"overfit_ratio": 0.677,
"reliability_grade": "green",
"split_pct": 0.7,
"window_days": 180
}
},
{
"active_params": {
"ratio_thr": 0.65
},
"active_version": 42,
"class": "VOL",
"description": "Realized vol contraction setup",
"geometry_type": "ratio",
"health_grade": "A",
"hit_rate_7d": 0.6044,
"horizon": "7d",
"ic_7d": 0.1187,
"n_obs_7d": 1620,
"n_triggers_7d": 218,
"name": "Volatility Compression 7v30",
"signal_id": "VOL_COMPRESSION_7v30",
"tags": [
"volatility",
"compression"
],
"trigger_rate_per_asset_day": 0.1346,
"unique_assets_ever_triggered": 118,
"unique_assets_observed": 196
},
{
"active_params": {
"z_thr": 1.2
},
"active_version": 31,
"class": "TR",
"description": "Long-horizon momentum continuation",
"geometry_type": "threshold",
"health_grade": "B",
"hit_rate_7d": 0.5821,
"horizon": "180d",
"ic_7d": 0.0962,
"n_obs_7d": 1402,
"n_triggers_7d": 188,
"name": "Rate of Change 180D",
"signal_id": "TR_ROC_180D",
"tags": [
"momentum"
],
"trigger_rate_per_asset_day": 0.1341,
"unique_assets_ever_triggered": 103,
"unique_assets_observed": 187
}
]
}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).