$0.1
per call · USD Coin on Base
CRYPTYX is the intelligence layer for autonomous trading agents — the same institutional-grade research stack that powers professional desks, priced per call in USDC. 200+ digital assets, 440+ metrics, 150+ signals across 8 factor classes, walk-forward validated, macro-regime aware. Agents don't just consume signals. They backtest any factor over 5+ years of history (Metric Slicer), fork and validate custom signal recipes (Signal Forge), scan the universe for live matches, decompose per-asset conviction across every factor class, and query the full stack in natural language. The loop: define your conviction thesis → validate it against history → scan for live matches → execute via OKX, Kraken, or Coinbase execution toolkits. CRYPTYX is the brain; exchanges are the rails. No accounts, no API keys, no rate cards.
Endpoint
GET https://cryptyx.ai/api/v1/ai/trade-ideas1
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/v1/ai/trade-ideas", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/v1/ai/trade-ideas?horizon=&limit=0" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asof_day": "latest",
"durationMs": 4218,
"horizon": "14d",
"ideas": [
{
"asset": "BTC",
"composite_score": 0.42,
"derivatives": {
"funding_z": 1.34,
"oi_momentum_z": 0.91
},
"dominant_factor": {
"class": "TR",
"t_score": 1.42
},
"rank": 1,
"regime": "expansion",
"regime_confidence": 0.78,
"returns": {
"ret_1d": 0.018,
"ret_7d": 0.064
},
"sharpe_7d": 1.82,
"signal_count": {
"atomic": 7,
"composite": 2
},
"top_predictors": [
{
"class": "TR",
"cs_grade": "B",
"metric_id": "TR_ROC_180D",
"name": "Rate of Change 180D",
"ts_grade": "A",
"ts_ic": 0.21
},
{
"class": "FUT",
"cs_grade": "A",
"metric_id": "FUT_FUNDING_1D",
"name": "Funding Rate 1D",
"ts_grade": "B",
"ts_ic": 0.14
}
],
"top_setups": [
{
"class": "TR",
"grade": "A",
"hit_rate": 0.67,
"last_triggered": "2026-06-15",
"mean_fwd_return": 0.041,
"n_triggers": 18,
"name": "Trend Momentum Continuation 14D",
"score": 0.117,
"signal_id": "TR_MOMO_CONT_14D"
},
{
"class": "FLOW",
"grade": "B",
"hit_rate": 0.58,
"last_triggered": "2026-06-12",
"mean_fwd_return": 0.028,
"n_triggers": 12,
"name": "VWAP Deviation 7D",
"score": 0.056,
"signal_id": "FLOW_VWAP_DEV_7D"
}
]
}
],
"meta": {
"scope": "signals_only",
"setup_gate": "health_grade IN (A,B), NOT anti-predictive, n_triggers >= 5",
"total_universe": 5,
"x402_price_usd": 0.1
},
"ok": true
}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).