$0.05
per call · USD Coin on Base
Cross-sectional z-score scanner across 200+ assets and 440+ metrics. Pick a metric and threshold; get ranked triggering assets with z, percentile, returns, composite score, and per-metric health grading. Live anomaly hunting.
Endpoint
GET https://cryptyx.ai/api/metrics/slicer/scan1
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/scan", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/metrics/slicer/scan?metric_id=TR_ROC_180D&operator=gt&threshold=2" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asof_day": "2026-06-18",
"durationMs": 421,
"health": {
"data_state": "ok",
"grade": "A",
"hit_rate_7d": 0.6124,
"ic_7d": 0.1342,
"ic_context": "cross_sectional",
"is_anti_predictive": false,
"n_obs_7d": 18420,
"sample_sufficient": true
},
"metric_class": "TR",
"metric_name": "Momentum Continuation 14D",
"ok": true,
"params": {
"metric_id": "TR_MOMO_CONT_14D",
"operator": "abs_gt",
"threshold": 2
},
"polarity": 1,
"results": [
{
"asset": "BTC",
"comp_pct": 0.9742,
"comp_score": 0.4231,
"cross_section_pctl": 0.9648,
"pctl": 0.9824,
"price": 71245.32,
"ret_1d": 0.0142,
"ret_30d": 0.0921,
"ret_7d": 0.0387,
"ts_grade": "A",
"ts_ic": 0.1842,
"volume_usd": 38420000000,
"z": 2.8431
},
{
"asset": "SOL",
"comp_pct": 0.1241,
"comp_score": -0.1874,
"cross_section_pctl": 0.0412,
"pctl": 0.0231,
"price": 142.18,
"ret_1d": -0.0287,
"ret_30d": -0.1142,
"ret_7d": -0.0521,
"ts_grade": "B",
"ts_ic": 0.1124,
"volume_usd": 2840000000,
"z": -2.4117
}
],
"total_assets": 198,
"triggering_count": 7
}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).