$0.05
per call · USD Coin on Base
Historical signal edge for one asset and horizon — up to 6 A/B-graded atomic signals that actually worked on this asset, grouped into reversal/continuation/breakout lanes. Per setup: hit rate, mean forward return, walk-forward IS/OOS. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
Endpoint
GET https://cryptyx.ai/api/asset/top-setups1
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/top-setups", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/asset/top-setups?horizon=&symbol=" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"counts": {
"breakout": 2,
"continuation": 5,
"qualified": 10,
"reversal": 3
},
"horizon": "14d",
"meta": {
"gate": "health_grade IN (A,B) AND NOT is_anti_predictive AND n_triggers >= 3",
"ic_context": "cross_sectional",
"note": "Signal grades are cross-sectional. Metric-based factor setups available via analytics.metric_health_ts — not yet surfaced here.",
"scope": "signals_only"
},
"ok": true,
"setups": [
{
"class": "EFF",
"grade": "A",
"hit_rate": 0.625,
"hit_rate_global": 0.547,
"ic_global": 0.082,
"lane": "reversal",
"last_triggered": "2026-06-12",
"mean_fwd_return": 0.041,
"median_fwd_return": 0.033,
"n_triggers": 8,
"name": "Key Reversal Day",
"score": 0.0724,
"signal_id": "EFF_KEY_REVERSAL_1D",
"tags": [
"reversal",
"mean-revert"
]
},
{
"class": "TR",
"grade": "A",
"hit_rate": 0.714,
"hit_rate_global": 0.612,
"ic_global": 0.131,
"lane": "continuation",
"last_triggered": "2026-06-15",
"mean_fwd_return": 0.058,
"median_fwd_return": 0.049,
"n_triggers": 14,
"name": "Trend Momentum Continuation 14D",
"score": 0.155,
"signal_id": "TR_MOMO_CONT_14D",
"tags": [
"continuation",
"momentum",
"trend"
],
"walk_forward": {
"asof_day": "2026-06-20",
"ic_delta": -0.0453,
"is_hit_rate": 0.572,
"is_ic": 0.0941,
"is_n_obs": 18900,
"is_n_triggers": 612,
"oos_hit_rate": 0.531,
"oos_ic": 0.0488,
"oos_n_obs": 8100,
"oos_n_triggers": 184,
"overfit_ratio": 0.519,
"reliability_grade": "green",
"split_pct": 0.7,
"window_days": 180
}
},
{
"class": "VOL",
"grade": "B",
"hit_rate": 0.667,
"hit_rate_global": 0.558,
"ic_global": 0.094,
"lane": "breakout",
"last_triggered": "2026-06-09",
"mean_fwd_return": 0.072,
"median_fwd_return": 0.061,
"n_triggers": 6,
"name": "Volatility Compression 7v30",
"score": 0.1176,
"signal_id": "VOL_COMPRESSION_7v30",
"tags": [
"compression",
"squeeze"
]
}
],
"symbol": "BTC"
}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).