$0.05
per call · USD Coin on Base
Multi-factor z-score confluence backtest for one asset (2-4 conditions). Intersects triggered days, returns per-metric series, composite triggers, and per-horizon forward-return/drawdown stats. Validate confluence stacks before live deployment. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
Endpoint
POST https://cryptyx.ai/api/metrics/slicer/composite1
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/metrics/slicer/composite", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"asset": "BTC",
"conditions": [
{
"metric_id": "TR_ROC_7D",
"operator": "abs_gt",
"threshold": 1.5
},
{
"metric_id": "VOL_RV_7D",
"operator": "lt",
"threshold": 1
}
],
"cooldown_days": 0
}),
});
const data = await res.json();curl -X POST \
"https://cryptyx.ai/api/metrics/slicer/composite" \
-H "Content-Type: application/json" \
-d '{"asset":"BTC","conditions":[{"metric_id":"TR_ROC_7D","operator":"abs_gt","threshold":1.5},{"metric_id":"VOL_RV_7D","operator":"lt","threshold":1}],"cooldown_days":0}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"compositeTriggeredDays": [
"2026-04-25",
"2026-05-12"
],
"durationMs": 1842,
"metricSeries": [
{
"metric_id": "TR_MOMO_CONT_14D",
"timeseries": [
{
"asof_day": "2026-04-25",
"pctl": 0.96,
"triggered": true,
"z": 1.82
}
]
},
{
"metric_id": "VOL_COMPRESSION_7v30",
"timeseries": [
{
"asof_day": "2026-04-25",
"pctl": 0.08,
"triggered": true,
"z": -1.34
}
]
}
],
"ok": true,
"params": {
"asset": "BTC",
"conditions": [
{
"metric_id": "TR_MOMO_CONT_14D",
"operator": "gt",
"threshold": 1.5
},
{
"metric_id": "VOL_COMPRESSION_7v30",
"operator": "lt",
"threshold": -1
}
],
"cooldown_days": 7
},
"priceSeries": [
{
"asof_day": "2026-04-25",
"close_px": 67420.5
}
],
"summary": {
"horizons": {
"14d": {
"hit_rate": 0.7222,
"max_dd_mean": 0.0341,
"max_dd_p95": 0.0621,
"max_dd_worst": 0.0824,
"max_return": 0.1421,
"mean_return": 0.0584,
"median_return": 0.0521,
"min_return": -0.0521,
"n": 18,
"sharpe": 1.682,
"std_return": 0.0521
},
"180d": {
"hit_rate": 0.6667,
"max_dd_mean": 0.1241,
"max_dd_p95": 0.1921,
"max_dd_worst": 0.2421,
"max_return": 0.3421,
"mean_return": 0.1721,
"median_return": 0.1524,
"min_return": -0.1824,
"n": 12,
"sharpe": 0.921,
"std_return": 0.1421
},
"1d": {
"hit_rate": 0.7222,
"max_dd_mean": 0.0094,
"max_dd_p95": 0.0184,
"max_dd_worst": 0.0241,
"max_return": 0.0524,
"mean_return": 0.0142,
"median_return": 0.0118,
"min_return": -0.0231,
"n": 18,
"sharpe": 1.482,
"std_return": 0.0184
},
"30d": {
"hit_rate": 0.7059,
"max_dd_mean": 0.0521,
"max_dd_p95": 0.0921,
"max_dd_worst": 0.1241,
"max_return": 0.1921,
"mean_return": 0.0821,
"median_return": 0.0742,
"min_return": -0.0824,
"n": 17,
"sharpe": 1.421,
"std_return": 0.0712
},
"365d": {
"hit_rate": 0.625,
"max_dd_mean": 0.1721,
"max_dd_p95": 0.2521,
"max_dd_worst": 0.3124,
"max_return": 0.4521,
"mean_return": 0.2421,
"median_return": 0.2184,
"min_return": -0.2124,
"n": 8,
"sharpe": 0.842,
"std_return": 0.1821
},
"60d": {
"hit_rate": 0.6667,
"max_dd_mean": 0.0742,
"max_dd_p95": 0.1241,
"max_dd_worst": 0.1621,
"max_return": 0.2421,
"mean_return": 0.1042,
"median_return": 0.0921,
"min_return": -0.1124,
"n": 15,
"sharpe": 1.124,
"std_return": 0.0921
},
"7d": {
"hit_rate": 0.7778,
"max_dd_mean": 0.0214,
"max_dd_p95": 0.0421,
"max_dd_worst": 0.0584,
"max_return": 0.1124,
"mean_return": 0.0384,
"median_return": 0.0341,
"min_return": -0.0421,
"n": 18,
"sharpe": 1.842,
"std_return": 0.0421
},
"90d": {
"hit_rate": 0.6429,
"max_dd_mean": 0.0921,
"max_dd_p95": 0.1521,
"max_dd_worst": 0.1942,
"max_return": 0.2842,
"mean_return": 0.1284,
"median_return": 0.1124,
"min_return": -0.1421,
"n": 14,
"sharpe": 1.024,
"std_return": 0.1124
}
},
"n_observations": 1284,
"n_suppressed": 6,
"n_triggers": 18,
"n_triggers_raw": 24,
"perMetric": {
"TR_MOMO_CONT_14D": {
"n_triggers": 142,
"trigger_rate": 0.1106
},
"VOL_COMPRESSION_7v30": {
"n_triggers": 98,
"trigger_rate": 0.0763
}
},
"trigger_rate": 0.014
},
"triggers": [
{
"asof_day": "2026-04-25",
"fwd_14d": 0.0653,
"fwd_180d": 0.1842,
"fwd_1d": 0.0184,
"fwd_30d": 0.0892,
"fwd_365d": 0.2541,
"fwd_60d": 0.1124,
"fwd_7d": 0.0421,
"fwd_90d": 0.1387,
"max_dd_14d": 0.0341,
"max_dd_180d": 0.1142,
"max_dd_1d": 0.0082,
"max_dd_30d": 0.0512,
"max_dd_365d": 0.1654,
"max_dd_60d": 0.0734,
"max_dd_7d": 0.0214,
"max_dd_90d": 0.0921,
"metrics": {
"TR_MOMO_CONT_14D": {
"pctl": 0.96,
"z": 1.82
},
"VOL_COMPRESSION_7v30": {
"pctl": 0.08,
"z": -1.34
}
}
}
]
}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).